Commit eab571f5 authored by Vadim Tkachenko's avatar Vadim Tkachenko

sync with rev45

parent 3e5c7d0c
......@@ -1619,8 +1619,8 @@ buf_page_get_zip(
for (;;) {
//buf_pool_mutex_enter();
rw_lock_s_lock(&page_hash_latch);
lookup:
rw_lock_s_lock(&page_hash_latch);
bpage = buf_page_hash_get(space, offset);
if (bpage) {
break;
......
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