mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
unify "partitioning cannot do X" error messages
This commit is contained in:
committed by
Sergei Golubchik
parent
3bef848226
commit
e6af62189e
@ -788,7 +788,7 @@ PARTITION BY HASH (c) PARTITIONS 4;
|
||||
--echo # with temporary table and partitions
|
||||
--echo #
|
||||
CREATE TABLE t1 (a INT) PARTITION BY HASH(a);
|
||||
--error ER_PARTITION_NO_TEMPORARY
|
||||
--error ER_FEATURE_NOT_SUPPORTED_WITH_PARTITIONING
|
||||
CREATE TEMPORARY TABLE tmp_t1 LIKE t1;
|
||||
DROP TABLE t1;
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user