diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2008-08-23 07:47:43 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2008-08-23 07:47:43 +0500 |
commit | 491dc13898e37c04f02906554d29e4449515381c (patch) | |
tree | ee21c0f34bb510966b5ed546cb41503309d9220a /mysql-test/t/partition_symlink.test | |
parent | 099a80d05a03f80a7310769f2b7b13f875ef24f9 (diff) | |
parent | ec524d50a86b6fb75dc3dc5704fbed34568aa35c (diff) | |
download | mariadb-git-491dc13898e37c04f02906554d29e4449515381c.tar.gz |
merging
Diffstat (limited to 'mysql-test/t/partition_symlink.test')
-rw-r--r-- | mysql-test/t/partition_symlink.test | 4 |
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, |