DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-debug

Info Catalog (mysql.info) mysql-data-seek (mysql.info) c-api-functions (mysql.info) mysql-drop-db
 
 22.2.3.10 `mysql_debug()'
 .........................
 
 `void mysql_debug(const 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. See  debugging-server, and
  debugging-client.
 
 *Return Values*
 
 None.
 
 *Errors*
 
 None.
 
 *Example*
 
 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");
 
Info Catalog (mysql.info) mysql-data-seek (mysql.info) c-api-functions (mysql.info) mysql-drop-db
automatically generated byinfo2html