mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Dependency of tests from ulong size removed.
This commit is contained in:
@ -41,7 +41,7 @@ typedef struct st_changed_table_list CHANGED_TABLE_LIST;
|
||||
#define QUERY_CACHE_DEF_TABLE_HASH_SIZE 1024
|
||||
|
||||
/* minimal result data size when data allocated */
|
||||
#define QUERY_CACHE_MIN_RESULT_DATA_SIZE 1024*4
|
||||
#define QUERY_CACHE_MIN_RESULT_DATA_SIZE (1024*4)
|
||||
|
||||
/*
|
||||
start estimation of first result block size only when number of queries
|
||||
|
Reference in New Issue
Block a user