1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fixed QC invaluidation and processing with view (BUG#8050) (BUG#8054)

This commit is contained in:
bell@sanja.is.com.ua
2005-01-27 14:21:37 +02:00
parent 8881bead7a
commit 34b85449bb
5 changed files with 220 additions and 74 deletions

View File

@ -277,6 +277,10 @@ protected:
void invalidate_table(TABLE *table);
void invalidate_table(byte *key, uint32 key_length);
void invalidate_table(Query_cache_block *table_block);
TABLE_COUNTER_TYPE
register_tables_from_list(TABLE_LIST *tables_used,
TABLE_COUNTER_TYPE counter,
Query_cache_block_table *block_table);
my_bool register_all_tables(Query_cache_block *block,
TABLE_LIST *tables_used,
TABLE_COUNTER_TYPE tables);