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

move userstat tables to a plugin

This commit is contained in:
Sergei Golubchik
2014-08-25 19:08:55 +02:00
parent db8af31831
commit 3182938d22
16 changed files with 413 additions and 388 deletions

View File

@ -2115,10 +2115,6 @@ int prepare_schema_table(THD *thd, LEX *lex, Table_ident *table_ident,
thd->profiling.discard_current_query();
#endif
break;
case SCH_USER_STATS:
case SCH_CLIENT_STATS:
if (check_global_access(thd, SUPER_ACL | PROCESS_ACL, true))
DBUG_RETURN(1);
default:
break;
}