mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00

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.