Fixed a valgrind error in debug_sync

This commit is contained in:
Georgi Kodinov 2009-10-04 12:53:02 +03:00
parent e457c58a65
commit a0c2ee6454

View File

@ -1276,7 +1276,7 @@ static bool debug_sync_eval_action(THD *thd, char *action_str)
const char *errmsg;
char *ptr;
char *token;
uint token_length;
uint token_length= 0;
DBUG_ENTER("debug_sync_eval_action");
DBUG_ASSERT(thd);
DBUG_ASSERT(action_str);