1877
1879
/* We release btr_search_latch every once in a while to
1878
1880
give other queries a chance to run. */
1881
1883
rw_lock_x_unlock(&btr_search_latch);
1883
1885
rw_lock_x_lock(&btr_search_latch);
1887
1889
if (!ha_validate(btr_search_sys->hash_index, i, end_index)) {