diff options
author | monty@mysql.com/nosik.monty.fi <> | 2007-08-02 07:49:29 +0300 |
---|---|---|
committer | monty@mysql.com/nosik.monty.fi <> | 2007-08-02 07:49:29 +0300 |
commit | 4f33d95fa3be042234a2cc8e351bdf52cea3376d (patch) | |
tree | 7bd722b93e8b1ca257eabf112b7b9ad29446e595 /client/mysqlshow.c | |
parent | 96f90711a7fb6f6c33b56b0c6519e1f1a7226277 (diff) | |
download | mariadb-git-4f33d95fa3be042234a2cc8e351bdf52cea3376d.tar.gz |
Set --debug-check if one uses DBUG_PUSH in all clients
Fixed bug in query cache that made it impossible to run mysqld with --debug
Fixed memory leaks in mysqldump and mysqltest
Memory leaks associated with wrong usage of mysqltest is not fixed. To find these, run
mysql-test-run --debug mysqltest
Diffstat (limited to 'client/mysqlshow.c')
-rw-r--r-- | client/mysqlshow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c index fb89589f3e1..a7f6cadf450 100644 --- a/client/mysqlshow.c +++ b/client/mysqlshow.c @@ -299,6 +299,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), break; case '#': DBUG_PUSH(argument ? argument : "d:t:o"); + debug_check_flag= 1; break; #include <sslopt-case.h> case 'V': |