Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.6
-
None
-
None
Description
If I change either of the last two SELECT queries in
storage/connect/mysql-test/connect/t/odbc_sqlite3.test from
SELECT * FROM t1;
|
to
SELECT * FROM t1 ORDER BY Table_name
|
it returns the following error:
mysqltest: At line 84: query 'SELECT * FROM t1 ORDER BY Table_name' failed: 1032: Can't find record in 't1'
|