mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -361,6 +361,8 @@ protected:
|
||||
my_bool using_transactions);
|
||||
void invalidate(CHANGED_TABLE_LIST *tables_used);
|
||||
void invalidate(THD* thd, TABLE *table, my_bool using_transactions);
|
||||
void invalidate(THD *thd, const char *key, uint32 key_length,
|
||||
my_bool using_transactions);
|
||||
|
||||
/* Remove all queries that uses any of the tables in following database */
|
||||
void invalidate(char *db);
|
||||
|
Reference in New Issue
Block a user