1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

support of more then 255 tables dependence in query cache (fixed BUG#930)

mysql-test/r/query_cache.result:
  test of many merged tales
mysql-test/t/query_cache.test:
  test of many merged tales
sql/sql_cache.h:
  query with merged tables can depend of more then 255 tables
This commit is contained in:
unknown
2003-07-30 14:59:56 +03:00
parent 30b751f8a6
commit 9b9a914c5d
3 changed files with 1064 additions and 3 deletions

View File

@ -61,7 +61,7 @@
#define QUERY_CACHE_PACK_ITERATION 2
#define QUERY_CACHE_PACK_LIMIT (512*1024L)
#define TABLE_COUNTER_TYPE uint8
#define TABLE_COUNTER_TYPE uint
struct Query_cache_block;
struct Query_cache_block_table;