diff --git a/mysql-test/columnstore/basic/r/mcs116_create_or_replace.result b/mysql-test/columnstore/basic/r/mcs116_create_or_replace.result index 56d4eac9d..34d3bd1e1 100644 --- a/mysql-test/columnstore/basic/r/mcs116_create_or_replace.result +++ b/mysql-test/columnstore/basic/r/mcs116_create_or_replace.result @@ -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;