mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
s/help all/help contents/
bug#4527
This commit is contained in:
@@ -1727,7 +1727,7 @@ com_help(String *buffer __attribute__((unused)),
|
|||||||
commands[i].cmd_char, commands[i].doc);
|
commands[i].cmd_char, commands[i].doc);
|
||||||
}
|
}
|
||||||
if (connected && mysql_get_server_version(&mysql) >= 40100)
|
if (connected && mysql_get_server_version(&mysql) >= 40100)
|
||||||
put_info("\nFor server side help, type 'help all'\n", INFO_INFO);
|
put_info("\nFor server side help, type 'help contents'\n", INFO_INFO);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user