Commit 60c4cab3 authored by Alexander Barkov's avatar Alexander Barkov

Adding missing DROP TABLE.

Otherwise, the further tests fail on "table t1 already exists"
parent 0758b2bd
......@@ -2,6 +2,7 @@
CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC OPTION_LIST='info=yes';
if (!`SELECT count(*) FROM t1 WHERE Name='ConnectEngineXLS'`)
{
DROP TABLE t1;
Skip Need ODBC data source ConnectEngineXLS;
}
SHOW CREATE TABLE t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment