summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2012-09-28 15:27:16 +0300
committerunknown <sanja@montyprogram.com>2012-09-28 15:27:16 +0300
commit245298f25debbeb9556abbea195fc24c4a2845de (patch)
tree050a651bdd2a07754e833d54705030aee29fa00a /sql/sql_base.h
parent7327cd9717f0b98499f0f5b19c84e5e3e48241df (diff)
downloadmariadb-git-245298f25debbeb9556abbea195fc24c4a2845de.tar.gz
MDEV-506 Cassandra dynamic columns access
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index 3deb97c9730..cb7abc972ea 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -272,6 +272,7 @@ bool rename_temporary_table(THD* thd, TABLE *table, const char *new_db,
const char *table_name);
bool is_equal(const LEX_STRING *a, const LEX_STRING *b);
+class Open_tables_backup;
/* Functions to work with system tables. */
bool open_system_tables_for_read(THD *thd, TABLE_LIST *table_list,
Open_tables_backup *backup);