Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.3
-
Fix Version/s: 2.3.4
-
Component/s: QueryClassifier
-
Labels: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.