Skip to content

Commit 5d4fb15

Browse files
author
Nirbhay Choubey
committed
Fix for compilation failure.
1 parent 7d89deb commit 5d4fb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_cache.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ def_week_frmt: %lu, in_trans: %d, autocommit: %d",
19631963
unlock();
19641964
if (wsrep_sync_wait(thd))
19651965
goto err;
1966-
if (try_lock(TRUE))
1966+
if (try_lock(thd, Query_cache::TIMEOUT))
19671967
goto err;
19681968
query_block = (Query_cache_block *) my_hash_search(&queries,
19691969
(uchar*) sql,

0 commit comments

Comments
 (0)