mysql2/ext
Eric Wong 1d92db8aab add Mysql2::Client#close method
This allows users to (manually) avoid the tricky case of hitting
a socket write during GC and potentially blocking the
interpreter during GC.  An explicit `close' is also useful in
situations where server resources are limited and a client only
needs to connect for a limited time.
2010-05-05 17:38:08 -07:00
..
extconf.rb wrap mysql_real_connect with rb_thread_blocking_region 2010-05-05 11:57:37 -07:00
mysql2_ext.c add Mysql2::Client#close method 2010-05-05 17:38:08 -07:00
mysql2_ext.h add Mysql2::Client#close method 2010-05-05 17:38:08 -07:00