mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02:00
Fixed (wrong) compiler warning
This commit is contained in:
parent
8938ed57a4
commit
9baab6f5e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1046,7 +1046,7 @@ 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);
|
||||
DBUG_ASSERT(((longlong) pagecache->cnt_for_resize_op) >= 0);
|
||||
#else
|
||||
pagecache->cnt_for_resize_op--;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue