summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_myisam.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/partition_myisam.result')
-rw-r--r--mysql-test/r/partition_myisam.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_myisam.result b/mysql-test/r/partition_myisam.result
index 80b3a9511ea..bb1a7b19a9d 100644
--- a/mysql-test/r/partition_myisam.result
+++ b/mysql-test/r/partition_myisam.result
@@ -90,7 +90,7 @@ ERROR HY000: Failed to read from the .par file
# Note that it is currently impossible to drop a partitioned table
# without the .par file
DROP TABLE t1;
-ERROR 42S02: Unknown table 'test.t1'
+ERROR HY000: Got error 1 "Operation not permitted" from storage engine partition
#
# Bug#50392: insert_id is not reset for partitioned tables
# auto_increment on duplicate entry