Menu

#283 mysql_info() is not mapped

open
MySQLdb (285)
5
2012-09-19
2009-05-20
RDH
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.