Commit 5d4fb15e authored by Nirbhay Choubey's avatar Nirbhay Choubey

Fix for compilation failure.

parent 7d89deb0
......@@ -1963,7 +1963,7 @@ def_week_frmt: %lu, in_trans: %d, autocommit: %d",
unlock();
if (wsrep_sync_wait(thd))
goto err;
if (try_lock(TRUE))
if (try_lock(thd, Query_cache::TIMEOUT))
goto err;
query_block = (Query_cache_block *) my_hash_search(&queries,
(uchar*) sql,
......
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