You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Update mtr test case for 'show create table' output
This commit is contained in:
@ -21,7 +21,7 @@ Table Create Table
|
||||
cs3 CREATE TABLE `cs3` (
|
||||
`i` int(11) DEFAULT NULL,
|
||||
`t` text DEFAULT NULL
|
||||
) ENGINE=Columnstore DEFAULT CHARSET=latin1
|
||||
) ENGINE=Columnstore DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
delete from `test023_cs3`.`cs3` where i = 1;
|
||||
update `test023_cs3`.`cs3` set i = 5 where i = 10;
|
||||
select * from `test023_cs3`.`cs3`;
|
||||
|
Reference in New Issue
Block a user