Commit e86e52e5 authored by Georgi Kodinov's avatar Georgi Kodinov

Fixed a valgrind error in debug_sync

parent 68dde113
...@@ -1276,7 +1276,7 @@ static bool debug_sync_eval_action(THD *thd, char *action_str) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment