Home
last modified time | relevance | path

Searched defs:st_key_cache (Results 1 – 18 of 18) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dkeycache.h54 typedef struct st_key_cache struct
56 my_bool key_cache_inited;
57 my_bool in_resize; /* true during resize operation */
58 my_bool resize_in_flush; /* true during flush of resize operation */
59 my_bool can_be_used; /* usage of cache for read/write is allowed */
61 uint key_cache_block_size; /* size of the page buffer of a cache block */
69 ulong blocks_used; /* maximum number of concurrently used blocks */
70 ulong blocks_unused; /* number of currently unused blocks */
78 BLOCK_LINK *free_block_list; /* list of free blocks */
89 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/
H A Dkeycache.h54 typedef struct st_key_cache struct
56 my_bool key_cache_inited;
57 my_bool in_resize; /* true during resize operation */
58 my_bool resize_in_flush; /* true during flush of resize operation */
59 my_bool can_be_used; /* usage of cache for read/write is allowed */
61 uint key_cache_block_size; /* size of the page buffer of a cache block */
69 ulong blocks_used; /* maximum number of concurrently used blocks */
70 ulong blocks_unused; /* number of currently unused blocks */
78 BLOCK_LINK *free_block_list; /* list of free blocks */
89 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dkeycache.h54 typedef struct st_key_cache struct
56 my_bool key_cache_inited;
57 my_bool in_resize; /* true during resize operation */
58 my_bool resize_in_flush; /* true during flush of resize operation */
59 my_bool can_be_used; /* usage of cache for read/write is allowed */
61 uint key_cache_block_size; /* size of the page buffer of a cache block */
69 ulong blocks_used; /* maximum number of concurrently used blocks */
70 ulong blocks_unused; /* number of currently unused blocks */
78 BLOCK_LINK *free_block_list; /* list of free blocks */
89 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/
H A Dkeycache.h54 typedef struct st_key_cache struct
56 my_bool key_cache_inited;
57 my_bool in_resize; /* true during resize operation */
58 my_bool resize_in_flush; /* true during flush of resize operation */
59 my_bool can_be_used; /* usage of cache for read/write is allowed */
61 uint key_cache_block_size; /* size of the page buffer of a cache block */
69 ulong blocks_used; /* maximum number of concurrently used blocks */
70 ulong blocks_unused; /* number of currently unused blocks */
78 BLOCK_LINK *free_block_list; /* list of free blocks */
89 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/include/
H A Dkeycache.h54 typedef struct st_key_cache struct
56 my_bool key_cache_inited;
57 my_bool in_resize; /* true during resize operation */
58 my_bool resize_in_flush; /* true during flush of resize operation */
59 my_bool can_be_used; /* usage of cache for read/write is allowed */
61 uint key_cache_block_size; /* size of the page buffer of a cache block */
69 ulong blocks_used; /* maximum number of concurrently used blocks */
70 ulong blocks_unused; /* number of currently unused blocks */
78 BLOCK_LINK *free_block_list; /* list of free blocks */
89 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/include/
H A Dkeycache.h47 typedef struct st_key_cache struct
49 my_bool key_cache_inited;
50 my_bool in_resize; /* true during resize operation */
51 my_bool resize_in_flush; /* true during flush of resize operation */
52 my_bool can_be_used; /* usage of cache for read/write is allowed */
54 uint key_cache_block_size; /* size of the page buffer of a cache block */
62 ulong blocks_used; /* maximum number of concurrently used blocks */
63 ulong blocks_unused; /* number of currently unused blocks */
71 BLOCK_LINK *free_block_list; /* list of free blocks */
82 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/
H A Dkeycache.h60 typedef struct st_key_cache struct
62 my_bool key_cache_inited;
63 my_bool in_resize; /* true during resize operation */
64 my_bool resize_in_flush; /* true during flush of resize operation */
65 my_bool can_be_used; /* usage of cache for read/write is allowed */
67 uint key_cache_block_size; /* size of the page buffer of a cache block */
75 ulong blocks_used; /* maximum number of concurrently used blocks */
76 ulong blocks_unused; /* number of currently unused blocks */
84 BLOCK_LINK *free_block_list; /* list of free blocks */
95 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/
H A Dkeycache.h60 typedef struct st_key_cache struct
62 my_bool key_cache_inited;
63 my_bool in_resize; /* true during resize operation */
64 my_bool resize_in_flush; /* true during flush of resize operation */
65 my_bool can_be_used; /* usage of cache for read/write is allowed */
67 uint key_cache_block_size; /* size of the page buffer of a cache block */
75 ulong blocks_used; /* maximum number of concurrently used blocks */
76 ulong blocks_unused; /* number of currently unused blocks */
84 BLOCK_LINK *free_block_list; /* list of free blocks */
95 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/
H A Dkeycache.h60 typedef struct st_key_cache struct
62 my_bool key_cache_inited;
63 my_bool in_resize; /* true during resize operation */
64 my_bool resize_in_flush; /* true during flush of resize operation */
65 my_bool can_be_used; /* usage of cache for read/write is allowed */
67 uint key_cache_block_size; /* size of the page buffer of a cache block */
75 ulong blocks_used; /* maximum number of concurrently used blocks */
76 ulong blocks_unused; /* number of currently unused blocks */
84 BLOCK_LINK *free_block_list; /* list of free blocks */
95 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/include/
H A Dkeycache.h60 typedef struct st_key_cache struct
62 my_bool key_cache_inited;
63 my_bool in_resize; /* true during resize operation */
64 my_bool resize_in_flush; /* true during flush of resize operation */
65 my_bool can_be_used; /* usage of cache for read/write is allowed */
67 uint key_cache_block_size; /* size of the page buffer of a cache block */
75 ulong blocks_used; /* maximum number of concurrently used blocks */
76 ulong blocks_unused; /* number of currently unused blocks */
84 BLOCK_LINK *free_block_list; /* list of free blocks */
95 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/include/
H A Dkeycache.h60 typedef struct st_key_cache struct
62 my_bool key_cache_inited;
63 my_bool in_resize; /* true during resize operation */
64 my_bool resize_in_flush; /* true during flush of resize operation */
65 my_bool can_be_used; /* usage of cache for read/write is allowed */
67 uint key_cache_block_size; /* size of the page buffer of a cache block */
75 ulong blocks_used; /* maximum number of concurrently used blocks */
76 ulong blocks_unused; /* number of currently unused blocks */
84 BLOCK_LINK *free_block_list; /* list of free blocks */
95 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/include/
H A Dkeycache.h60 typedef struct st_key_cache struct
62 my_bool key_cache_inited;
63 my_bool in_resize; /* true during resize operation */
64 my_bool resize_in_flush; /* true during flush of resize operation */
65 my_bool can_be_used; /* usage of cache for read/write is allowed */
67 uint key_cache_block_size; /* size of the page buffer of a cache block */
75 ulong blocks_used; /* maximum number of concurrently used blocks */
76 ulong blocks_unused; /* number of currently unused blocks */
84 BLOCK_LINK *free_block_list; /* list of free blocks */
95 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dkeycache.h141 typedef struct st_key_cache struct
143 KEY_CACHE_TYPE key_cache_type; /* type of the key cache used for debugging */
144 void *keycache_cb; /* control block of the used key cache */
145 KEY_CACHE_FUNCS *interface_funcs; /* interface functions of the key cache */
146 ulonglong param_buff_size; /* size the memory allocated for the cache */
147 ulonglong param_block_size; /* size of the blocks in the key cache */
148 ulonglong param_division_limit;/* min. percentage of warm blocks */
149 ulonglong param_age_threshold; /* determines when hot block is downgraded */
150 ulonglong param_partitions; /* number of the key cache partitions */
152 my_bool key_cache_inited; /* <=> key cache has been created */
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dkeycache.h141 typedef struct st_key_cache struct
143 KEY_CACHE_TYPE key_cache_type; /* type of the key cache used for debugging */
144 void *keycache_cb; /* control block of the used key cache */
145 KEY_CACHE_FUNCS *interface_funcs; /* interface functions of the key cache */
146 ulonglong param_buff_size; /* size the memory allocated for the cache */
147 ulonglong param_block_size; /* size of the blocks in the key cache */
148 ulonglong param_division_limit;/* min. percentage of warm blocks */
149 ulonglong param_age_threshold; /* determines when hot block is downgraded */
150 ulonglong param_partitions; /* number of the key cache partitions */
152 my_bool key_cache_inited; /* <=> key cache has been created */
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/include/
H A Dkeycache.h141 typedef struct st_key_cache struct
143 KEY_CACHE_TYPE key_cache_type; /* type of the key cache used for debugging */
144 void *keycache_cb; /* control block of the used key cache */
145 KEY_CACHE_FUNCS *interface_funcs; /* interface functions of the key cache */
146 ulonglong param_buff_size; /* size the memory allocated for the cache */
147 ulonglong param_block_size; /* size of the blocks in the key cache */
148 ulonglong param_division_limit;/* min. percentage of warm blocks */
149 ulonglong param_age_threshold; /* determines when hot block is downgraded */
150 ulonglong param_partitions; /* number of the key cache partitions */
152 my_bool key_cache_inited; /* <=> key cache has been created */
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dkeycache.h141 typedef struct st_key_cache struct
143 KEY_CACHE_TYPE key_cache_type; /* type of the key cache used for debugging */
144 void *keycache_cb; /* control block of the used key cache */
145 KEY_CACHE_FUNCS *interface_funcs; /* interface functions of the key cache */
146 ulonglong param_buff_size; /* size the memory allocated for the cache */
147 ulonglong param_block_size; /* size of the blocks in the key cache */
148 ulonglong param_division_limit;/* min. percentage of warm blocks */
149 ulonglong param_age_threshold; /* determines when hot block is downgraded */
150 ulonglong param_partitions; /* number of the key cache partitions */
152 my_bool key_cache_inited; /* <=> key cache has been created */
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/include/
H A Dkeycache.h141 typedef struct st_key_cache struct
143 KEY_CACHE_TYPE key_cache_type; /* type of the key cache used for debugging */
144 void *keycache_cb; /* control block of the used key cache */
145 KEY_CACHE_FUNCS *interface_funcs; /* interface functions of the key cache */
146 ulonglong param_buff_size; /* size the memory allocated for the cache */
147 ulonglong param_block_size; /* size of the blocks in the key cache */
148 ulonglong param_division_limit;/* min. percentage of warm blocks */
149 ulonglong param_age_threshold; /* determines when hot block is downgraded */
150 ulonglong param_partitions; /* number of the key cache partitions */
152 my_bool key_cache_inited; /* <=> key cache has been created */
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dkeycache.h141 typedef struct st_key_cache struct
143 KEY_CACHE_TYPE key_cache_type; /* type of the key cache used for debugging */
144 void *keycache_cb; /* control block of the used key cache */
145 KEY_CACHE_FUNCS *interface_funcs; /* interface functions of the key cache */
146 ulonglong param_buff_size; /* size the memory allocated for the cache */
147 ulonglong param_block_size; /* size of the blocks in the key cache */
148 ulonglong param_division_limit;/* min. percentage of warm blocks */
149 ulonglong param_age_threshold; /* determines when hot block is downgraded */
150 ulonglong param_partitions; /* number of the key cache partitions */
152 my_bool key_cache_inited; /* <=> key cache has been created */
[all …]