diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-12-16 10:43:02 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-12-16 10:43:02 +0100 |
commit | d00c7a2d5fb7c8cd94437e9b6169b29b380105bf (patch) | |
tree | d5ced91c5c9e87fc384dd41000df21a21c443858 /mysql-test/t/partition_mgm_err.test | |
parent | 8e19b78124f6820637bb408109269ad325dbabc9 (diff) | |
parent | 78c61d6b836acc87690243f4fdc522aff40b18d2 (diff) | |
download | mariadb-git-d00c7a2d5fb7c8cd94437e9b6169b29b380105bf.tar.gz |
merge from trunk
Diffstat (limited to 'mysql-test/t/partition_mgm_err.test')
-rw-r--r-- | mysql-test/t/partition_mgm_err.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/partition_mgm_err.test b/mysql-test/t/partition_mgm_err.test index 0f8b8d3cd90..f921fa8ebca 100644 --- a/mysql-test/t/partition_mgm_err.test +++ b/mysql-test/t/partition_mgm_err.test @@ -61,7 +61,7 @@ ALTER TABLE t1 REORGANIZE PARTITION x0, x1, x1 INTO ALTER TABLE t1 REORGANIZE PARTITION x0,x1 INTO (PARTITION x01 VALUES LESS THAN (5)); ---error ER_REORG_OUTSIDE_RANGE +--error ER_RANGE_NOT_INCREASING_ERROR ALTER TABLE t1 REORGANIZE PARTITION x0,x1 INTO (PARTITION x01 VALUES LESS THAN (4), PARTITION x11 VALUES LESS THAN (2)); |