mariadb/storage/test_sql_discovery
Sergei Golubchik 7c2ba9e9d7 MDEV-11412 Ensure that table is truly dropped when using DROP TABLE
don't do table discovery on DROP. DROP falls back to "force"
approach when a table isn't found and will try to drop in all
engines anyway. That is, trying to discover in all engines before
the drop is redundant and may be expensive.
2020-07-04 01:44:47 +02:00
..
mysql-test MDEV-19944 Remove GIS data types from keyword list in lex.h 2019-07-04 07:48:46 +04:00
CMakeLists.txt test_sql_discovery storage engine 2013-04-09 16:07:35 +02:00
test_sql_discovery.cc MDEV-11412 Ensure that table is truly dropped when using DROP TABLE 2020-07-04 01:44:47 +02:00