GNU Info

Info Node: (mysql.info)mysql_debug

(mysql.info)mysql_debug


Next: mysql_drop_db Prev: mysql_data_seek Up: C API functions
Enter node , (file) or (file)node

`mysql_debug()'
...............

`void mysql_debug(char *debug)'

Description
...........

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.  Note: Debugging server. Note:
Debugging client.

Return Values
.............

None.

Errors
......

None.

Example
.......

The call shown below 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");


automatically generated by info2www version 1.2.2.9