diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-08-25 19:08:55 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-11 18:53:05 +0200 |
commit | 3182938d22b705d616b83d83dd72c31f24bc365f (patch) | |
tree | e19a2418f4ad49ddcc7db11ac300d9d45e44f455 /sql/innodb_priv.h | |
parent | db8af31831beb949dfcf7675b3c6392dc52dc38c (diff) | |
download | mariadb-git-3182938d22b705d616b83d83dd72c31f24bc365f.tar.gz |
move userstat tables to a plugin
Diffstat (limited to 'sql/innodb_priv.h')
-rw-r--r-- | sql/innodb_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/innodb_priv.h b/sql/innodb_priv.h index b9e471b3b13..ec85aa352f8 100644 --- a/sql/innodb_priv.h +++ b/sql/innodb_priv.h @@ -25,7 +25,6 @@ class THD; int get_quote_char_for_identifier(THD *thd, const char *name, uint length); bool schema_table_store_record(THD *thd, TABLE *table); void localtime_to_TIME(MYSQL_TIME *to, struct tm *from); -bool check_global_access(THD *thd, ulong want_access, bool no_errors=false); uint strconvert(CHARSET_INFO *from_cs, const char *from, uint from_length, CHARSET_INFO *to_cs, char *to, uint to_length, uint *errors); |