mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
MDEV-506 Cassandra dynamic columns access
This commit is contained in:
parent
7327cd9717
commit
245298f25d
13 changed files with 1673 additions and 143 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue