summaryrefslogtreecommitdiff
path: root/mysql-test/main/order_by.test
diff options
context:
space:
mode:
authorLena Startseva <lena.startseva@mariadb.com>2022-09-27 18:12:06 +0700
committerLena Startseva <lena.startseva@mariadb.com>2022-09-27 18:12:06 +0700
commitc5cc8a7a75ca2b01ebda61d331da469e6da0626c (patch)
treea37d9ce31841abb0b76dab78f46882a2125a4745 /mysql-test/main/order_by.test
parent4345d9310080e6e4cbf1040263a2653f7d3d9227 (diff)
parentcee61e37b92ede2b20842b7dd9b86aff92019434 (diff)
downloadmariadb-git-c5cc8a7a75ca2b01ebda61d331da469e6da0626c.tar.gz
Merge branch 'bb-10.7-all-builders' into bb-10.8-all-builders
Diffstat (limited to 'mysql-test/main/order_by.test')
-rw-r--r--mysql-test/main/order_by.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/order_by.test b/mysql-test/main/order_by.test
index 2d001c2f1eb..34c75398e1f 100644
--- a/mysql-test/main/order_by.test
+++ b/mysql-test/main/order_by.test
@@ -2,6 +2,11 @@
# Testing ORDER BY
#
+# Tests will be skipped for the view protocol because the view protocol creates
+# an additional util connection and other statistics data
+# Check after fix MDEV-27871, possible this include can be removed
+--source include/no_view_protocol.inc
+
call mtr.add_suppression("Sort aborted.*");
call mtr.add_suppression("Out of sort memory; increase server sort buffer size");
--source include/have_sequence.inc