Does a DBUG_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. See Section 26.5.3, “The DBUG Package”.DBUG_PUSHmysql_debug()mysql_debug()Section 26.5.3, “The DBUG Package”
void mysql_debug(const char *debug)
mysql_debug("d:t:O,/tmp/client.trace");
None.