Commit 8c8fe2f3 authored by Olivier Bertrand's avatar Olivier Bertrand

- Commit merged file

modified:
  mysql-test/suite/connect/t/odbc_xls.test
parents 3734dfb3 204a4997
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CATFUNC=Sources; CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CATFUNC=Sources;
if ($mysql_errno) if ($mysql_errno)
{ {
Skip No ODBC support Skip No ODBC support;
} }
if (!`SELECT count(*) FROM t1 WHERE Name='ConnectEngineXLS'`) if (!`SELECT count(*) FROM t1 WHERE Name='ConnectEngineXLS'`)
{ {
......
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