1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

add help command on server side

This commit is contained in:
vva@genie.(none)
2002-10-28 17:44:19 +04:00
parent 7777d2b819
commit 9adf688be6
35 changed files with 860 additions and 50 deletions

View File

@ -1486,6 +1486,10 @@ mysql_execute_command(THD *thd)
send_ok(thd);
break;
case SQLCOM_HELP:
res= mysqld_help(thd,lex->help_arg);
break;
case SQLCOM_PURGE:
{
if (check_global_access(thd, SUPER_ACL))