mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
1b4ac075bf
10 changed files with 119 additions and 77 deletions
|
|
@ -52,9 +52,11 @@ These are low-level functions
|
|||
|
||||
#ifdef BTR_CUR_HASH_ADAPT
|
||||
struct dict_table_t;
|
||||
/** Drop the adaptive hash index for a tablespace.
|
||||
@param[in,out] table table */
|
||||
void buf_LRU_drop_page_hash_for_tablespace(dict_table_t* table);
|
||||
/** Try to drop the adaptive hash index for a tablespace.
|
||||
@param[in,out] table table
|
||||
@return whether anything was dropped */
|
||||
bool buf_LRU_drop_page_hash_for_tablespace(dict_table_t* table)
|
||||
MY_ATTRIBUTE((warn_unused_result,nonnull));
|
||||
#else
|
||||
# define buf_LRU_drop_page_hash_for_tablespace(table)
|
||||
#endif /* BTR_CUR_HASH_ADAPT */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue