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 mtr test case for 'show create table' output
This commit is contained in:
@ -13,7 +13,7 @@ Table Create Table
|
||||
to!@#$%^&*$#,()[].;:+-|/%^<>=!&|@\ CREATE TABLE `to!@#$%^&*$#,()[].;:+-|/%^<>=!&|@\` (
|
||||
`i` int(11) DEFAULT NULL,
|
||||
`t` text DEFAULT NULL
|
||||
) ENGINE=Columnstore DEFAULT CHARSET=latin1
|
||||
) ENGINE=Columnstore DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
drop table `to!@#$%^&*$#,()[].;:+-|/%^<>=!&|@\`;
|
||||
show create table `to!@#$%^&*$#,()[].;:+-|/%^<>=!&|@\`;
|
||||
ERROR 42S02: Table 'tpch1.to!@#$%^&*$#,()[].;:+-|/%^<>=!&|@\' doesn't exist
|
||||
|
Reference in New Issue
Block a user