summaryrefslogtreecommitdiff
path: root/mysql-test/main/partition_error.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/partition_error.result')
-rw-r--r--mysql-test/main/partition_error.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/partition_error.result b/mysql-test/main/partition_error.result
index 7a959798e27..350e8733220 100644
--- a/mysql-test/main/partition_error.result
+++ b/mysql-test/main/partition_error.result
@@ -765,7 +765,7 @@ ERROR HY000: Field 'c' is of a not allowed type for this type of partitioning
#
CREATE TABLE t1 (a INT) PARTITION BY HASH(a);
CREATE TEMPORARY TABLE tmp_t1 LIKE t1;
-ERROR HY000: Cannot create temporary table with partitions
+ERROR HY000: Partitioned tables do not support CREATE TEMPORARY TABLE
DROP TABLE t1;
#
# Bug#42954: SQL MODE 'NO_DIR_IN_CREATE' does not work with