mysql_info() is not mapped
MySQL database connector for Python programming
Brought to you by:
adustman
mysql_info() returns information about the completed execution of certain queries in a string of the form "Records: 4 Deleted: 3 Skipped: 0 Warnings: 2". Details about these queries can be found in the mysql_info() specification in section 20.9.3.35 of the mysql reference manual.
This string is available through _mysql via the conn.info() call, but is not available through the <connection object="">.info() call in MySQLdb, which means that the MySQLdb user cannot access this information.
MySQLdb 1.2.2, MySQL 5.1.30, Python 2.5.4, Windows XP on Intel.