mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
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
This commit is contained in:
parent
96f90711a7
commit
4f33d95fa3
10 changed files with 72 additions and 33 deletions
|
|
@ -310,6 +310,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 OPT_TABLES:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue