1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add a shift in the parser. Forgotten in the previous commit.

This commit is contained in:
petr@mysql.com
2006-02-18 03:22:13 +03:00
parent db7b6ef56f
commit cb74e09f46

View File

@ -290,6 +290,7 @@ Command *parse_command(Instance_map *map, const char *text)
get_word(&text, &word_len);
if (!word_len)
goto syntax_error;
text+= word_len;
command= new Show_instance_log(map, instance_name,
instance_name_len, log_type,
log_size, text);