diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
commit | f96694f9c72e8e1c55a7990c1673920f7d3d4845 (patch) | |
tree | 619f7e42b7a151e4684d648ed2ddcd74e5c2f05c /storage | |
parent | 2283e1b510998ea904f118b0da50986ec4047de2 (diff) | |
download | mariadb-git-f96694f9c72e8e1c55a7990c1673920f7d3d4845.tar.gz |
WL#5030: Splitting mysql_priv.h
Removing traces of mysql_priv.h from comments and other
non-source files that were missed before.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/handler/ha_innodb.cc | 2 | ||||
-rw-r--r-- | storage/innobase/handler/i_s.cc | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 3debf2805b6..d1cd508a674 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -114,8 +114,6 @@ extern "C" { # endif /* MYSQL_PLUGIN_IMPORT */ #if MYSQL_VERSION_ID < 50124 -/* this is defined in mysql_priv.h inside #ifdef MYSQL_SERVER -but we need it here */ bool check_global_access(THD *thd, ulong want_access); #endif /* MYSQL_VERSION_ID < 50124 */ diff --git a/storage/innobase/handler/i_s.cc b/storage/innobase/handler/i_s.cc index 7d8b4a8dd40..fdcec7811d0 100644 --- a/storage/innobase/handler/i_s.cc +++ b/storage/innobase/handler/i_s.cc @@ -109,11 +109,6 @@ time_t MYSQL_TYPE_DATETIME --------------------------------- */ -/* XXX these are defined in mysql_priv.h inside #ifdef MYSQL_SERVER */ -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); - /*******************************************************************//** Common function to fill any of the dynamic tables: INFORMATION_SCHEMA.innodb_trx |