Commit 204a4997 authored by Alexander Barkov's avatar Alexander Barkov

Adding forgotten semicolon.

ODBC check did not work without it.


modified:
  mysql-test/suite/connect/t/odbc_xls.test
parent 612b8c55
......@@ -3,7 +3,7 @@
CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CATFUNC=Sources;
if ($mysql_errno)
{
Skip No ODBC support
Skip No ODBC support;
}
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