summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_symlink.test
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@mysql.com>2008-08-23 07:47:43 +0500
committerAlexey Botchkov <holyfoot@mysql.com>2008-08-23 07:47:43 +0500
commit491dc13898e37c04f02906554d29e4449515381c (patch)
treeee21c0f34bb510966b5ed546cb41503309d9220a /mysql-test/t/partition_symlink.test
parent099a80d05a03f80a7310769f2b7b13f875ef24f9 (diff)
parentec524d50a86b6fb75dc3dc5704fbed34568aa35c (diff)
downloadmariadb-git-491dc13898e37c04f02906554d29e4449515381c.tar.gz
merging
Diffstat (limited to 'mysql-test/t/partition_symlink.test')
-rw-r--r--mysql-test/t/partition_symlink.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/partition_symlink.test b/mysql-test/t/partition_symlink.test
index e36e335c0dd..b8b417547e6 100644
--- a/mysql-test/t/partition_symlink.test
+++ b/mysql-test/t/partition_symlink.test
@@ -154,7 +154,7 @@ set @@sql_mode=@org_mode;
#
# Bug 21350: Data Directory problems
#
--- error ER_WRONG_TABLE_NAME
+-- error ER_WRONG_ARGUMENTS
create table t1 (a int)
partition by key (a)
(partition p0 DATA DIRECTORY 'part-data' INDEX DIRECTORY 'part-data');
@@ -163,7 +163,7 @@ partition by key (a)
# Insert a test that manages to create the first partition and fails with
# the second, ensure that we clean up afterwards in a proper manner.
#
---error ER_WRONG_TABLE_NAME
+--error ER_WRONG_ARGUMENTS
create table t1 (a int)
partition by key (a)
(partition p0,