You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Remove SHOW VARIABLES LIKE 'character_set%' from the mcs228 test
This commit is contained in:
@ -179,7 +179,6 @@ SELECT hello, regexp_replace(hello, 'и.е', 'Достоевский') FROM t2;
|
||||
SELECT hello, regexp_replace(hello, 'ε.α', 'Достоевский') FROM t2;
|
||||
SELECT hello, regexp_replace(hello, 'ა.ა', 'Достоевский') FROM t2;
|
||||
|
||||
SHOW VARIABLES LIKE 'character_set%';
|
||||
CREATE TABLE tw(hello text) DEFAULT CHARSET=cp1251 ENGINE COLUMNSTORE;
|
||||
INSERT INTO tw values(convert('привет' USING cp1251));
|
||||
SELECT hello, regexp_instr(hello, convert('и.е' USING cp1251)) FROM tw;
|
||||
|
Reference in New Issue
Block a user