summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/filesort_debug.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/filesort_debug.result')
-rw-r--r--mysql-test/main/filesort_debug.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/main/filesort_debug.result b/mysql-test/main/filesort_debug.result
index 4aa40592..2d7d8151 100644
--- a/mysql-test/main/filesort_debug.result
+++ b/mysql-test/main/filesort_debug.result
@@ -1,5 +1,5 @@
call mtr.add_suppression("Sort aborted.*");
-SET @old_debug= @@session.debug;
+SET @old_debug= @@session.debug_dbug;
#
# Bug#36022 please log more information about "Sort aborted" queries
#
@@ -63,6 +63,7 @@ c27 TEXT,
c28 TEXT,
primary key (pk)
);
+insert into t1 (pk) values (1),(2),(3);
CALL mtr.add_suppression("Out of sort memory");
DELETE IGNORE FROM t1 ORDER BY c26,c7,c23,c4,c25,c5,c20,
c19,c21,c8,c1,c27,c28,c3,c9,c22,c24,c6,c2,pk LIMIT 2;