1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

disable tests incompatible with Maxscale

This commit is contained in:
Timofey Turenko
2025-06-09 12:42:30 +03:00
committed by Leonid Fedorov
parent cfaeeeb449
commit 1640e87058
17 changed files with 123 additions and 7 deletions

View File

@ -5,6 +5,7 @@
# -------------------------------------------------------------- #
#
--source ../include/have_columnstore.inc
--source ../include/detect_maxscale.inc
#
USE tpch1;
#

View File

@ -5,6 +5,7 @@
# -------------------------------------------------------------- #
#
--source ../include/have_columnstore.inc
--source ../include/detect_maxscale.inc
#
USE tpch1;
#

View File

@ -5,6 +5,7 @@
# -------------------------------------------------------------- #
#
--source ../include/have_columnstore.inc
--source ../include/detect_maxscale.inc
#
USE tpch1;
#

View File

@ -18,9 +18,7 @@ DROP TABLE IF EXISTS test_collate;
CREATE TABLE test_collate (a INT, b INT) ENGINE=columnstore;
INSERT INTO test_collate VALUES (1,2), (2,4);
SELECT a, b FROM test_collate ORDER BY a COLLATE latin1_german2_ci;
SHOW WARNINGS;
SELECT a, b FROM test_collate ORDER BY a COLLATE latin1_german2_ci DESC;
SHOW WARNINGS;
--disable_warnings
DROP TABLE IF EXISTS test_collate;

View File

@ -5,6 +5,7 @@
# -------------------------------------------------------------- #
#
--source ../include/have_columnstore.inc
--source ../include/detect_maxscale.inc
#
USE tpch1;
#

View File

@ -6,6 +6,7 @@
#
-- source ../include/have_columnstore.inc
--source ../include/detect_maxscale.inc
USE tpch1;