You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Update mcs180_ascii_function.test
This commit is contained in:
committed by
KirillPerov
parent
39ea00f222
commit
2e7fc102f8
@ -15,6 +15,7 @@ SET default_storage_engine=Columnstore;
|
|||||||
|
|
||||||
CREATE TABLE t1 (a CHAR(1), b INT);
|
CREATE TABLE t1 (a CHAR(1), b INT);
|
||||||
INSERT INTO t1 VALUES ('', NULL), ('m', 6), ('N', 5), ('o', 4);
|
INSERT INTO t1 VALUES ('', NULL), ('m', 6), ('N', 5), ('o', 4);
|
||||||
|
--replace_regex /( COLLATE=latin1_swedish_ci)//
|
||||||
SHOW CREATE TABLE t1;
|
SHOW CREATE TABLE t1;
|
||||||
|
|
||||||
SELECT ASCII(0);
|
SELECT ASCII(0);
|
||||||
|
Reference in New Issue
Block a user