Commit 9f4739a3 authored by Sergey Petrunya's avatar Sergey Petrunya

Fix compile failure

parent 3d4e3472
...@@ -1624,8 +1624,8 @@ static void wait_for_flush(PAGECACHE *pagecache ...@@ -1624,8 +1624,8 @@ static void wait_for_flush(PAGECACHE *pagecache
PAGECACHE_BLOCK_LINK *block PAGECACHE_BLOCK_LINK *block
__attribute__((unused))) __attribute__((unused)))
{ {
DBUG_ENTER("wait_for_flush");
struct st_my_thread_var *thread= my_thread_var; struct st_my_thread_var *thread= my_thread_var;
DBUG_ENTER("wait_for_flush");
wqueue_add_to_queue(&block->wqueue[COND_FOR_SAVED], thread); wqueue_add_to_queue(&block->wqueue[COND_FOR_SAVED], thread);
do do
{ {
......
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