mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03: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:
@@ -218,6 +218,7 @@ get_one_option(int optid, const struct my_option *opt,
|
||||
case '#':
|
||||
DBUG_PUSH(argument ? argument : default_dbug_option);
|
||||
add_option= FALSE;
|
||||
debug_check_flag= 1;
|
||||
break;
|
||||
|
||||
case 'p':
|
||||
|
Reference in New Issue
Block a user