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
record test result
This commit is contained in:
committed by
Leonid Fedorov
parent
e8b7442afa
commit
7aac943ffe
@ -4,5 +4,5 @@ USE mcs116_db;
|
||||
CREATE OR REPLACE TABLE IF NOT EXISTS t1 (a INT);
|
||||
ERROR HY000: Incorrect usage of OR REPLACE and IF NOT EXISTS
|
||||
CREATE OR REPLACE TABLE t1 (a INT)ENGINE=Columnstore;
|
||||
ERROR 42000: The storage engine for the table doesn't support The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
|
||||
ERROR 42000: The storage engine for the table doesn't support The syntax replace table is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
|
||||
DROP DATABASE mcs116_db;
|
||||
|
Reference in New Issue
Block a user