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 mcol_2000.test
This commit is contained in:
committed by
KirillPerov
parent
ea00797084
commit
fd614c01d8
@ -63,9 +63,13 @@ alter table copy1 engine=columnstore;
|
||||
create table copy2 like copy1;
|
||||
create table copy3 engine=columnstore as select * from orig;
|
||||
|
||||
--replace_regex /(COLLATE utf8mb3_general_ci )// /(COLLATE utf8mb4_general_ci )// /( COLLATE=koi8r_general_ci)//
|
||||
show create table orig;
|
||||
--replace_regex /(COLLATE utf8mb3_general_ci )// /(COLLATE utf8mb4_general_ci )// /( COLLATE=koi8r_general_ci)//
|
||||
show create table copy1;
|
||||
--replace_regex /(COLLATE utf8mb3_general_ci )// /(COLLATE utf8mb4_general_ci )// /( COLLATE=koi8r_general_ci)//
|
||||
show create table copy2;
|
||||
--replace_regex /(COLLATE utf8mb3_general_ci )// /(COLLATE utf8mb4_general_ci )// /( COLLATE=koi8r_general_ci)// /( COLLATE=latin1_swedish_ci)//
|
||||
show create table copy3;
|
||||
|
||||
drop table orig;
|
||||
|
Reference in New Issue
Block a user