summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMats Kindahl <mats@sun.com>2010-04-21 00:29:30 +0200
committerMats Kindahl <mats@sun.com>2010-04-21 00:29:30 +0200
commitf96694f9c72e8e1c55a7990c1673920f7d3d4845 (patch)
tree619f7e42b7a151e4684d648ed2ddcd74e5c2f05c /storage
parent2283e1b510998ea904f118b0da50986ec4047de2 (diff)
downloadmariadb-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.cc2
-rw-r--r--storage/innobase/handler/i_s.cc5
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