Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.3.3
-
None
Description
The classification of stored procedure calls and multi-statement queries ignore all routing hints. To reproduce this, execute the following stored procedure call with log_info=true:
call mySp() /* maxscale route to slave */;
|
The query is routed to the master instead of a slave.