summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_disabled.result
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-09 16:19:22 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-09 16:19:22 +0200
commit3a8e1a2205b6e4147a484c598d59f01a9c8b720b (patch)
tree40ea4183f5a42fe96052e5a316cf6acf8c8b0fbb /mysql-test/r/partition_disabled.result
parentee92b2114d4b46e09f32821cb7667de47fcc6390 (diff)
downloadmariadb-git-3a8e1a2205b6e4147a484c598d59f01a9c8b720b.tar.gz
mysql-test fixes
Diffstat (limited to 'mysql-test/r/partition_disabled.result')
-rw-r--r--mysql-test/r/partition_disabled.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_disabled.result b/mysql-test/r/partition_disabled.result
index 2978a3b6d2e..505bec79610 100644
--- a/mysql-test/r/partition_disabled.result
+++ b/mysql-test/r/partition_disabled.result
@@ -3,7 +3,7 @@ FLUSH TABLES;
SELECT * FROM t1;
ERROR HY000: The MariaDB server is running with the --skip-partition option so it cannot execute this statement
TRUNCATE TABLE t1;
-ERROR 42S02: Table 'test.t1' doesn't exist
+ERROR HY000: The MariaDB server is running with the --skip-partition option so it cannot execute this statement
ANALYZE TABLE t1;
Table Op Msg_type Msg_text
test.t1 analyze Error The MariaDB server is running with the --skip-partition option so it cannot execute this statement