summaryrefslogtreecommitdiff
path: root/mysql-test/main/partition_error.result
diff options
context:
space:
mode:
authorNikita Malyavin <nikitamalyavin@gmail.com>2020-01-10 23:17:38 +1000
committerSergei Golubchik <serg@mariadb.org>2020-03-31 17:42:34 +0200
commite6af62189e4b2979b5d9b6628d71407f45fea751 (patch)
tree32d4014f0597af0d54f8818b6c2b5d8451e9f13a /mysql-test/main/partition_error.result
parent3bef8482268571bd2749c9e69465273ffe0ff4dc (diff)
downloadmariadb-git-e6af62189e4b2979b5d9b6628d71407f45fea751.tar.gz
unify "partitioning cannot do X" error messages
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 ee1d6e92c51..5f42064219b 100644
--- a/mysql-test/main/partition_error.result
+++ b/mysql-test/main/partition_error.result
@@ -754,7 +754,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