Home
last modified time | relevance | path

Searched defs:KEY_CACHE (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/
H A Dkeycache.h70 struct KEY_CACHE { struct
71 bool key_cache_inited;
72 bool in_resize; /* true during resize operation */
73 bool resize_in_flush; /* true during flush of resize operation */
74 bool can_be_used; /* usage of cache for read/write is allowed */
75 size_t key_cache_mem_size; /* specified size of the cache memory */
76 uint key_cache_block_size; /* size of the page buffer of a cache block */
85 ulong blocks_unused; /* number of currently unused blocks */
93 BLOCK_LINK *free_block_list; /* list of free blocks */
104 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/
H A Dkeycache.h76 struct KEY_CACHE { struct
77 bool key_cache_inited;
78 bool in_resize; /* true during resize operation */
79 bool resize_in_flush; /* true during flush of resize operation */
80 bool can_be_used; /* usage of cache for read/write is allowed */
81 size_t key_cache_mem_size; /* specified size of the cache memory */
82 uint key_cache_block_size; /* size of the page buffer of a cache block */
91 ulong blocks_unused; /* number of currently unused blocks */
99 BLOCK_LINK *free_block_list; /* list of free blocks */
110 KEYCACHE_WQUEUE waiting_for_resize_cnt;
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/pl/tcl/sql/
H A Dpltcl_unicode.sql36 INSERT INTO unicode_test (testvalue) VALUES ('test');
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_admin.h31 typedef struct st_key_cache KEY_CACHE; typedef
H A Dsql_table.h45 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_admin.h31 typedef struct st_key_cache KEY_CACHE; typedef
H A Dsql_table.h45 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_admin.h31 typedef struct st_key_cache KEY_CACHE; typedef
H A Dsql_table.h45 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_admin.h31 typedef struct st_key_cache KEY_CACHE; typedef
H A Dsql_table.h45 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_admin.h31 typedef struct st_key_cache KEY_CACHE; typedef
H A Dsql_table.h45 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_admin.h31 typedef struct st_key_cache KEY_CACHE; typedef
H A Dsql_table.h45 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_table.h31 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_table.h36 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_table.h36 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_table.h37 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_table.h37 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_table.h42 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_table.h42 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_table.h42 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_table.h42 typedef struct st_key_cache KEY_CACHE; typedef
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_table.h42 typedef struct st_key_cache KEY_CACHE; typedef

123