mysql2/ext
Brian Lopez eefa443c2e Implement a local resultset cache so we can free the mysql C result once we've cached it's rows in ruby land.
This allows the caller to iterate over the Mysql2::Result instance as many times as they want, lazily pulling what rows are needed from the mysql C result.
2010-04-21 01:40:28 -07:00
..
extconf.rb borrow the more flexible extconf from the mysqlplus project 2010-04-07 07:03:31 -07:00
mysql2_ext.c Implement a local resultset cache so we can free the mysql C result once we've cached it's rows in ruby land. 2010-04-21 01:40:28 -07:00
mysql2_ext.h Implement a local resultset cache so we can free the mysql C result once we've cached it's rows in ruby land. 2010-04-21 01:40:28 -07:00