Skip to content

Commit

Permalink
Fix for a build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed Feb 10, 2016
1 parent 484bbd3 commit 652e4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_cache.cc
Expand Up @@ -1928,7 +1928,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;
once_more= false;
goto lookup;
Expand Down

0 comments on commit 652e4c1

Please sign in to comment.