MySQL 9.3 C API Developer Guide / ... / C API Basic Interface / C API Basic Function Descriptions / mysql_debug()
voidmysql_debug(const char *debug) Does aDBUG_PUSH with the given string.mysql_debug() uses the Fred Fish debug library. To use this function, you must compile the client library to support debugging. SeeThe DBUG Package.