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
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