On Dec 17, 12:44 pm, Aman Gupta <[email protected]> wrote: > > I've also tryed the same but using "mysqlplus" instead of "mysql". The > > result > > is the same. I think that "mysqlplus" just offers advantages is the > > application on top of it makes usage of async methods. If not, it behaves > > exactly as "mysql" driver. > > The mysql driver blocks, you have to use the mysqlplus driver and also > enable async queries: > > require 'mysqlplus' > class Mysql; alias :query :async_query; end
I'll happily accept a patch to the mysql adapter that attempts to load mysqlplus (with the async change), and falls back to mysql. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
