summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/filesort_debug.test
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
commita2a2e32c02643a0cec111511220227703fda1cd5 (patch)
tree69cc2b631234c2a8e026b9cd4d72676c61c594df /mysql-test/main/filesort_debug.test
parentReleasing progress-linux version 1:10.11.8-1~progress7.99u1. (diff)
downloadmariadb-a2a2e32c02643a0cec111511220227703fda1cd5.tar.xz
mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.zip
Merging upstream version 1:11.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mysql-test/main/filesort_debug.test')
-rw-r--r--mysql-test/main/filesort_debug.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/main/filesort_debug.test b/mysql-test/main/filesort_debug.test
index a8833617..8f0fba09 100644
--- a/mysql-test/main/filesort_debug.test
+++ b/mysql-test/main/filesort_debug.test
@@ -4,7 +4,7 @@
call mtr.add_suppression("Sort aborted.*");
-SET @old_debug= @@session.debug;
+SET @old_debug= @@session.debug_dbug;
--echo #
--echo # Bug#36022 please log more information about "Sort aborted" queries
@@ -86,6 +86,8 @@ CREATE TABLE t1 (
primary key (pk)
);
+insert into t1 (pk) values (1),(2),(3);
+
CALL mtr.add_suppression("Out of sort memory");
--error ER_OUT_OF_SORTMEMORY