Commit a9752b8c authored by Michael Widenius's avatar Michael Widenius

Removed assert as gcc on gentoo couldn't compile it without a warning :(

(Not critical, we will just catch the error later)
parent 03ab2928
......@@ -1046,7 +1046,6 @@ static inline void dec_counter_for_resize_op(PAGECACHE *pagecache)
("thread %ld", last_thread->next->id));
pagecache_pthread_cond_signal(&last_thread->next->suspend);
}
DBUG_ASSERT(((longlong) pagecache->cnt_for_resize_op) >= 0);
#else
pagecache->cnt_for_resize_op--;
#endif
......
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