summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authormonty@mysql.com/nosik.monty.fi <>2007-08-01 22:59:05 +0300
committermonty@mysql.com/nosik.monty.fi <>2007-08-01 22:59:05 +0300
commit96f90711a7fb6f6c33b56b0c6519e1f1a7226277 (patch)
treeea014474c5b5d34f211415d0a43cbc13631ccdfc /client/client_priv.h
parentb16289a5e05397211fd47e05ce08fe12f93ec38a (diff)
downloadmariadb-git-96f90711a7fb6f6c33b56b0c6519e1f1a7226277.tar.gz
Fixes Bug#30127: --debug-info no longer prints memory usage in mysql
Fixed compiler warnings, errors and link errors Fixed new bug on Solaris with gethrtime() Added --debug-check option to all mysql clients to print errors and memory leaks Added --debug-info to all clients. This now works as --debug-check but also prints memory and cpu usage
Diffstat (limited to 'client/client_priv.h')
-rw-r--r--client/client_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client_priv.h b/client/client_priv.h
index 25241cc8c59..12264b6e98d 100644
--- a/client/client_priv.h
+++ b/client/client_priv.h
@@ -75,6 +75,6 @@ enum options_client
OPT_SLAP_POST_QUERY,
OPT_MYSQL_REPLACE_INTO, OPT_BASE64_OUTPUT, OPT_SERVER_ID,
OPT_FIX_TABLE_NAMES, OPT_FIX_DB_NAMES, OPT_SSL_VERIFY_SERVER_CERT,
- OPT_DEBUG_INFO, OPT_COLUMN_TYPES, OPT_ERROR_LOG_FILE, OPT_WRITE_BINLOG,
- OPT_MAX_CLIENT_OPTION
+ OPT_DEBUG_INFO, OPT_DEBUG_CHECK, OPT_COLUMN_TYPES, OPT_ERROR_LOG_FILE,
+ OPT_WRITE_BINLOG, OPT_MAX_CLIENT_OPTION
};