mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed a valgrind error in debug_sync
This commit is contained in:
@ -1276,7 +1276,7 @@ static bool debug_sync_eval_action(THD *thd, char *action_str)
|
|||||||
const char *errmsg;
|
const char *errmsg;
|
||||||
char *ptr;
|
char *ptr;
|
||||||
char *token;
|
char *token;
|
||||||
uint token_length;
|
uint token_length= 0;
|
||||||
DBUG_ENTER("debug_sync_eval_action");
|
DBUG_ENTER("debug_sync_eval_action");
|
||||||
DBUG_ASSERT(thd);
|
DBUG_ASSERT(thd);
|
||||||
DBUG_ASSERT(action_str);
|
DBUG_ASSERT(action_str);
|
||||||
|
Reference in New Issue
Block a user