Commit 476966b3 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-21535 Unnecessarily large ha_innobase::records_in_range() scans

The bug was already fixed in
commit 1242eb3d
but the test innodb.innodb_wl6326 had not been enabled.
parent b6eabce1
......@@ -11,4 +11,3 @@
##############################################################################
create-index-debug : MDEV-13680 InnoDB may crash when btr_page_alloc() fails
innodb_wl6326 : MDEV-21535 Too broad ha_innobase::records_in_range()
......@@ -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
......
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