mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
after merge fix
This commit is contained in:
parent
742606bafd
commit
30afc0b52b
1 changed files with 1 additions and 1 deletions
|
@ -2406,7 +2406,7 @@ com_shell(String *buffer, char *line __attribute__((unused)))
|
|||
char *shell_cmd;
|
||||
|
||||
/* Skip space from line begin */
|
||||
while (isspace(*line))
|
||||
while (my_isspace(charset_info, *line))
|
||||
line++;
|
||||
if (!(shell_cmd = strchr(line, ' ')))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue