summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_symlink.test
diff options
context:
space:
mode:
authorMattias Jonsson <mattiasj@mysql.com>2008-08-26 16:31:30 +0200
committerMattias Jonsson <mattiasj@mysql.com>2008-08-26 16:31:30 +0200
commit84dc95cfcdb3391c3dc6c03f3531c8a97903f825 (patch)
tree108ced18a99dd18883d19f29a5cb622c461f7d4e /mysql-test/t/partition_symlink.test
parent0b19617de74594278a6ced881888bfc20542bcb1 (diff)
downloadmariadb-git-84dc95cfcdb3391c3dc6c03f3531c8a97903f825.tar.gz
Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY
post push fix Updated partition_symlink since different error behavior if embedded (or not partitioned) mysql-test/r/partition_symlink.result: Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY updated result file mysql-test/t/partition_symlink.test: Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY Fix for embedded
Diffstat (limited to 'mysql-test/t/partition_symlink.test')
-rw-r--r--mysql-test/t/partition_symlink.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/t/partition_symlink.test b/mysql-test/t/partition_symlink.test
index b8b417547e6..4147d2c6e89 100644
--- a/mysql-test/t/partition_symlink.test
+++ b/mysql-test/t/partition_symlink.test
@@ -154,7 +154,8 @@ set @@sql_mode=@org_mode;
#
# Bug 21350: Data Directory problems
#
--- error ER_WRONG_ARGUMENTS
+# Added ER_WRONG_TABLE_NAME and reported bug#39045
+-- error ER_WRONG_ARGUMENTS, ER_WRONG_TABLE_NAME
create table t1 (a int)
partition by key (a)
(partition p0 DATA DIRECTORY 'part-data' INDEX DIRECTORY 'part-data');
@@ -163,7 +164,8 @@ 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_ARGUMENTS
+# Added ER_WRONG_TABLE_NAME and reported bug#39045
+--error ER_WRONG_ARGUMENTS, ER_WRONG_TABLE_NAME
create table t1 (a int)
partition by key (a)
(partition p0,