strict_sp_calls
This page is part of MariaDB's Documentation.
The parent of this page is: Module Parameters for MariaDB MaxScale
Topics on this page:
Overview
Routes statements to the Primary Server.
DETAILS
In statements, the Server executes a stored procedures or functions. Routers typically route these statements to Replica Servers, which can result in an inconsistent state given that these operations can include writes.
This module parameter causes statements always route to the Primary Server. Use it in cases where you may stored procedures and functions that modify the database state.
