1
0
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:
bell@sanja.is.com.ua
2002-09-19 10:36:19 +03:00
parent c44c70fcfe
commit 96ebe3816f
4 changed files with 56 additions and 20 deletions

View File

@@ -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);