171
171
/* We allocate the search latch from dynamic memory:
172
172
see above at the global variable definition */
176
176
rw_lock_create(btr_search_latch_key, &btr_search_latch,
178
178
mutex_create(btr_search_enabled_mutex_key,
179
179
&btr_search_enabled_mutex, SYNC_SEARCH_SYS_CONF);
183
183
btr_search_sys->hash_index = ha_create(hash_size, 0, 0);