diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:19:22 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:19:22 +0200 |
commit | 3a8e1a2205b6e4147a484c598d59f01a9c8b720b (patch) | |
tree | 40ea4183f5a42fe96052e5a316cf6acf8c8b0fbb /mysql-test/r/partition_disabled.result | |
parent | ee92b2114d4b46e09f32821cb7667de47fcc6390 (diff) | |
download | mariadb-git-3a8e1a2205b6e4147a484c598d59f01a9c8b720b.tar.gz |
mysql-test fixes
Diffstat (limited to 'mysql-test/r/partition_disabled.result')
-rw-r--r-- | mysql-test/r/partition_disabled.result | 2 |
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 |