Determines whether the driver converts the {CALL <name>(...)} statement to EXEC name(...).
Valid Values
Yes | No
Behavior
If set to Yes (Enabled), the driver considers the {CALL <name>(...)} statement as the SQL for MACRO execution and converts it to EXEC name(...).
If set to No (Disabled), the driver does not convert {CALL name(...)} statements to EXEC name(...), and considers them as CALL statements for Stored Procedure Execution.