diff options
Diffstat (limited to 'innobase/que/que0que.c')
-rw-r--r-- | innobase/que/que0que.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/innobase/que/que0que.c b/innobase/que/que0que.c index a96c8840a03..3f28a4b40a5 100644 --- a/innobase/que/que0que.c +++ b/innobase/que/que0que.c @@ -1473,10 +1473,6 @@ loop: mutex_exit(&kernel_mutex); } */ - /* TRUE below denotes that the thread is allowed to own the dictionary - mutex, though */ - ut_ad(sync_thread_levels_empty_gen(TRUE)); - loop_count++; if (next_thr != thr) { |