Commit 9a848ee1 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix the -DWITH_INNODB_AHI=OFF build

parent 8080d79f
...@@ -18803,7 +18803,6 @@ innodb_internal_table_validate( ...@@ -18803,7 +18803,6 @@ innodb_internal_table_validate(
return(ret); return(ret);
} }
#ifdef BTR_CUR_HASH_ADAPT
/****************************************************************//** /****************************************************************//**
Update global variable "fts_internal_tbl_name" with the "saved" Update global variable "fts_internal_tbl_name" with the "saved"
stopword table name value. This function is registered as a callback stopword table name value. This function is registered as a callback
...@@ -18839,6 +18838,7 @@ innodb_internal_table_update( ...@@ -18839,6 +18838,7 @@ innodb_internal_table_update(
} }
} }
#ifdef BTR_CUR_HASH_ADAPT
/****************************************************************//** /****************************************************************//**
Update the system variable innodb_adaptive_hash_index using the "saved" Update the system variable innodb_adaptive_hash_index using the "saved"
value. This function is registered as a callback with MySQL. */ value. This function is registered as a callback with MySQL. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment