mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
new function for innodb
windows case insensitive tables name work around sql/sql_cache.h: new function for innodb sql/sql_class.cc: new query cache invalidation function support sql/sql_class.h: new query cache invalidation function support
This commit is contained in:
@@ -550,7 +550,8 @@ public:
|
||||
return alloc_root(&transaction.mem_root,size);
|
||||
}
|
||||
void add_changed_table(TABLE *table);
|
||||
CHANGED_TABLE_LIST * changed_table_dup(TABLE *table);
|
||||
void add_changed_table(const char *key, long key_length);
|
||||
CHANGED_TABLE_LIST * changed_table_dup(const char *key, long key_length);
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user