Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.11
-
Fix Version/s: 2.3.1
-
Component/s: readwritesplit
-
Labels:None
-
Sprint:MXS-SPRINT-69
Description
All queries that have a INTO OUTFILE component are routed to all servers. This is a somewhat questionable routing decision as the query actively modifies the file system on the slave server.
A more reasonable approach would be to treat the query as if it was modifying the database itself (in a way it does) and route it to the master. This would mirror the routing behavior that LOAD DATA INFILE has.
Attachments
Issue Links
- is duplicated by
-
MXS-2096 SELECT ... INTO OUTFILE is routed to all back end servers
-
- Closed
-