-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.0.6
-
Fix Version/s: 10.0.7
-
Component/s: None
-
Labels:None
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'
|