mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Add a shift in the parser. Forgotten in the previous commit.
server-tools/instance-manager/parse.cc: shift the second value for the log
This commit is contained in:
parent
a2c1e816ff
commit
187aab97b6
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue