Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.11
-
None
-
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