Commit 652e4c1d authored by Nirbhay Choubey's avatar Nirbhay Choubey

Fix for a build failure.

parent 484bbd33
...@@ -1928,7 +1928,7 @@ lookup: ...@@ -1928,7 +1928,7 @@ lookup:
unlock(); unlock();
if (wsrep_sync_wait(thd)) if (wsrep_sync_wait(thd))
goto err; goto err;
if (try_lock(TRUE)) if (try_lock(thd, Query_cache::TIMEOUT))
goto err; goto err;
once_more= false; once_more= false;
goto lookup; goto lookup;
......
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