diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-15 17:17:16 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-15 17:17:16 +0300 |
commit | 0af9818240a0745aca3fd94891664fe008de24fe (patch) | |
tree | 2074689c7de4be94ae94b13ab2d5b5831882d902 /storage/innobase/btr | |
parent | 6ac84d9824ec384c4489b68b8087369aef147ff9 (diff) | |
download | mariadb-git-0af9818240a0745aca3fd94891664fe008de24fe.tar.gz |
5.6.36
Diffstat (limited to 'storage/innobase/btr')
-rw-r--r-- | storage/innobase/btr/btr0sea.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/btr/btr0sea.cc b/storage/innobase/btr/btr0sea.cc index dd28f50f4f6..01f03b2eaf7 100644 --- a/storage/innobase/btr/btr0sea.cc +++ b/storage/innobase/btr/btr0sea.cc @@ -175,7 +175,7 @@ btr_search_sys_create( btr_search_sys = (btr_search_sys_t*) mem_alloc(sizeof(btr_search_sys_t)); - btr_search_sys->hash_index = ha_create(hash_size, 0, + btr_search_sys->hash_index = ib_create(hash_size, 0, MEM_HEAP_FOR_BTR_SEARCH, 0); #if defined UNIV_AHI_DEBUG || defined UNIV_DEBUG btr_search_sys->hash_index->adaptive = TRUE; |