You are here : Cmysql/mysql.hmysql_debug

mysql_debug() - mysql/mysql.h

 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”


Syntax

void mysql_debug(const char *debug)


Example

mysql_debug("d:t:O,/tmp/client.trace");


Output / Return Value

 None.


Limitations


Alternatives / See Also


Reference