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

Added RESET command

Docs/manual.texi:
  Changed max packet limit from 24M -> 16M
This commit is contained in:
unknown
2000-10-14 11:16:17 +03:00
parent 1198be81c2
commit 31ed959ba3
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))