Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

Commit [r8]  Maximize  Restore  History

Added some new result object methods for fetching many or all rows,

which should speed things up a bit. Not that it's slow...

Records whether the result was obtained by mysql_store_result or
mysql_use_result so it can avoid giving up the global interpreter
lock when store was used. I'm assuming the other functions which
return a result set (i.e. mysql_list_dbs, mysql_list_tables, etc.)
effectively use mysql_store_result.

adustman 1999-03-25

changed /trunk/mysql/_mysqlmodule.c
/trunk/mysql/_mysqlmodule.c Diff Switch to side-by-side view
Loading...