Commit 62fbaf96 authored by Alexander Barkov's avatar Alexander Barkov

Skip ODBC test if no ODBC is compiled.

modified:
  mysql-test/suite/connect/t/odbc_xls.test
parent 24672d2d
--disable_query_log
--error 0,ER_UNKNOWN_ERROR
CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CATFUNC=Sources;
if ($mysql_errno)
{
Skip No ODBC support
}
if (!`SELECT count(*) FROM t1 WHERE Name='ConnectEngineXLS'`)
{
DROP 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