diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-06-13 21:23:19 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-07-04 01:44:46 +0200 |
commit | c55c292832e2776d37e06c43174ac006e00143a2 (patch) | |
tree | e83cc7fd44b132de7a4c33975737825ccd18907e /mysql-test/suite/parts/r/partition_open.result | |
parent | f17f7a43ba7da44608618f9e612f9808d363da23 (diff) | |
download | mariadb-git-c55c292832e2776d37e06c43174ac006e00143a2.tar.gz |
introduce hton->drop_table() method
first step in moving drop table out of the handler.
todo: other methods that don't need an open table
for now hton->drop_table is optional, for backward compatibility
reasons
Diffstat (limited to 'mysql-test/suite/parts/r/partition_open.result')
-rw-r--r-- | mysql-test/suite/parts/r/partition_open.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/parts/r/partition_open.result b/mysql-test/suite/parts/r/partition_open.result index 98600d98ce3..a8ffac1109e 100644 --- a/mysql-test/suite/parts/r/partition_open.result +++ b/mysql-test/suite/parts/r/partition_open.result @@ -5,4 +5,4 @@ select * from t1 partition (p0); ERROR HY000: Can't find file: './test/t1.MYI' (errno: 2 "No such file or directory") drop table t1; Warnings: -Warning 1017 Can't find file: './test/t1.MYI' (errno: 2 "No such file or directory") +Warning 1017 Can't find file: './test/t1.par' (errno: 2 "No such file or directory") |