void mysql_debug(const char *debug)
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 24.5.3, “The DBUG Package”.
None.
None.
The call shown here causes the client library to generate a
trace file in /tmp/client.trace on the
client machine:
mysql_debug("d:t:O,/tmp/client.trace");