mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fix the -DWITH_INNODB_AHI=OFF build
This commit is contained in:
parent
8080d79f7e
commit
9a848ee182
1 changed files with 1 additions and 1 deletions
|
@ -18803,7 +18803,6 @@ innodb_internal_table_validate(
|
|||
return(ret);
|
||||
}
|
||||
|
||||
#ifdef BTR_CUR_HASH_ADAPT
|
||||
/****************************************************************//**
|
||||
Update global variable "fts_internal_tbl_name" with the "saved"
|
||||
stopword table name value. This function is registered as a callback
|
||||
|
@ -18839,6 +18838,7 @@ innodb_internal_table_update(
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef BTR_CUR_HASH_ADAPT
|
||||
/****************************************************************//**
|
||||
Update the system variable innodb_adaptive_hash_index using the "saved"
|
||||
value. This function is registered as a callback with MySQL. */
|
||||
|
|
Loading…
Reference in a new issue