diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-16 14:16:11 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-16 14:16:11 +0300 |
commit | 360a4a037271d65ab6471f7ab3f9b6a893d90a31 (patch) | |
tree | e3ecdbb7930396ec2f7069a1d81b7ff169a288c3 /storage/xtradb/btr/btr0sea.cc | |
parent | 8d69ce7b821a88b5ba8749a08489839050283a63 (diff) | |
download | mariadb-git-360a4a037271d65ab6471f7ab3f9b6a893d90a31.tar.gz |
5.6.36-82.0
Diffstat (limited to 'storage/xtradb/btr/btr0sea.cc')
-rw-r--r-- | storage/xtradb/btr/btr0sea.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/btr/btr0sea.cc b/storage/xtradb/btr/btr0sea.cc index 78cb9dfd6e0..2ed383b0dcb 100644 --- a/storage/xtradb/btr/btr0sea.cc +++ b/storage/xtradb/btr/btr0sea.cc @@ -199,7 +199,7 @@ btr_search_sys_create( &btr_search_latch_arr[i], SYNC_SEARCH_SYS); btr_search_sys->hash_tables[i] - = ha_create(hash_size, 0, MEM_HEAP_FOR_BTR_SEARCH, 0); + = ib_create(hash_size, 0, MEM_HEAP_FOR_BTR_SEARCH, 0); #if defined UNIV_AHI_DEBUG || defined UNIV_DEBUG btr_search_sys->hash_tables[i]->adaptive = TRUE; |