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

Added RESET command

This commit is contained in:
monty@donna.mysql.com
2000-10-14 11:16:17 +03:00
parent 4337694a62
commit 00625e0f8f
5 changed files with 29 additions and 9 deletions

View File

@ -1674,6 +1674,7 @@ mysql_execute_command(void)
break;
}
case SQLCOM_FLUSH:
case SQLCOM_RESET:
if (check_access(thd,RELOAD_ACL,any_db) || check_db_used(thd, tables))
goto error;
if (reload_acl_and_cache(thd, lex->type, tables))