Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.17
-
None
Description
For example, this batch
"SELECT 1; SELECT(SELECT ENGINE FROM INFORMATION_SCHEMA.ENGINES)" |
will do this.
This happens, because 2nd query prepares and executes without an error, the error occurs only on the stage of the storing of the result(because sub-query returns more than one row), and that case is not processed in the connector in case of batch of queries.
Attachments
Issue Links
- blocks
-
MXS-2709 ETL / Data Migration Service
- Closed