Commit 9164c2b8 authored by Marko Mäkelä's avatar Marko Mäkelä

Tests: remove a duplicated check

This fixes up the merge commit 9b182756
parent 41e7ceb0
......@@ -4,9 +4,6 @@
--source include/not_embedded.inc
--source include/have_debug_sync.inc
let $wait_condition=select count(*) = 1 from information_schema.processlist;
source include/wait_condition.inc;
# Ensure no lingering connections from an earlier test run, which can very
# rarely still be visible in SHOW PROCESSLIST here.
--let $wait_condition= SELECT COUNT(*) = 1 from information_schema.processlist
......
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