summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_not_blackhole.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-02-01 13:43:19 +0100
committerSergei Golubchik <serg@mariadb.org>2015-02-02 20:57:46 +0100
commit80ce0c1c9c234dc53b963659690a1a8368b52124 (patch)
tree780f5ec1acf50505e6a115cf2005c710429d8d6f /mysql-test/r/partition_not_blackhole.result
parent06c16904459db6b46518e2f4ac6e21327d336cfd (diff)
downloadmariadb-git-80ce0c1c9c234dc53b963659690a1a8368b52124.tar.gz
cleanup: ha_checktype()
* error reporting was never needed * avoid useless transformaton hton to db_type to hton * in many cases the engine was guaranteed to exist, add asserts * use ha_default_handlerton() instead of ha_checktype(DB_TYPE_DEFAULT)
Diffstat (limited to 'mysql-test/r/partition_not_blackhole.result')
-rw-r--r--mysql-test/r/partition_not_blackhole.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_not_blackhole.result b/mysql-test/r/partition_not_blackhole.result
index 923d70c0ad6..c5832d66da4 100644
--- a/mysql-test/r/partition_not_blackhole.result
+++ b/mysql-test/r/partition_not_blackhole.result
@@ -9,7 +9,7 @@ SHOW TABLES;
Tables_in_test
t1
SHOW CREATE TABLE t1;
-ERROR HY000: Incorrect information in file: './test/t1.frm'
+ERROR HY000: Failed to read from the .par file
DROP TABLE t1;
ERROR 42S02: Unknown table 'test.t1'
t1.frm