1
0
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:
root
2022-11-22 20:46:13 +00:00
parent 96c40d5081
commit 740a2c8a6d
17 changed files with 36 additions and 36 deletions

View File

@ -14,7 +14,7 @@ Table Create Table
to!@#$%^&*$#,()[].;:+-|/%^<>=!&|@\ CREATE TABLE "to!@#$%^&*$#,()[].;:+-|/%^<>=!&|@\" (
"some" 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