Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.6
-
None
Description
MCS processes the query like this disabling vtable mode when the query run in SQLyog for Windows. HeidiSQL and DBeaver(w/ Connector/J 2.3.0) proved to be vulnerable also.
INSERT INTO cs1 |
SELECT
|
* FROM cs2; |
When
The check here fails because there is '\r\n' sequence inserted right after SELECT instead of '\n' so the current idb_cleanQuery() code doesn't strip it.