From 476966b3fb05ce8c061a4b77a0ab0b722bb0d192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Wed, 8 Apr 2020 09:58:08 +0300 Subject: MDEV-21535 Unnecessarily large ha_innobase::records_in_range() scans The bug was already fixed in commit 1242eb3d32f2863f847aa96a10e2ab983a1a643b but the test innodb.innodb_wl6326 had not been enabled. --- mysql-test/suite/innodb/r/innodb_wl6326.result | 2 -- 1 file changed, 2 deletions(-) (limited to 'mysql-test/suite/innodb/r/innodb_wl6326.result') diff --git a/mysql-test/suite/innodb/r/innodb_wl6326.result b/mysql-test/suite/innodb/r/innodb_wl6326.result index 6f7ad8a3de4..85908ca1773 100644 --- a/mysql-test/suite/innodb/r/innodb_wl6326.result +++ b/mysql-test/suite/innodb/r/innodb_wl6326.result @@ -295,8 +295,6 @@ SET DEBUG_SYNC = 'now WAIT_FOR lockwait1 TIMEOUT 1'; SET DEBUG_SYNC = 'now WAIT_FOR lockwait2 TIMEOUT 1'; SET DEBUG_SYNC = 'now SIGNAL continue'; connection con1; -Warnings: -Warning 1639 debug sync point wait timed out connection con2; a00 a01 ar a -- cgit v1.2.1