Skip to content

Commit dc08c3b

Browse files
committed
MDEV-10180 main.events_restart fails on valgrind builder: void THD::inc_thread_count(): Assertion `!abort_loop' failed.
remove an overly strong assert
1 parent 9de6708 commit dc08c3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/sql_class.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,6 @@ class THD :public Statement,
19171917
void inc_thread_count(void)
19181918
{
19191919
thread_safe_increment32(const_cast<int32*>(&thread_count));
1920-
DBUG_ASSERT(!abort_loop);
19211920
}
19221921

19231922
public:

0 commit comments

Comments
 (0)