Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.21, 2.3.13
-
None
-
MXS-SPRINT-99
Description
We fix MX-2521 by routing the execute stmts which n_params > 0 and no metadata to previous node, but it not works with transaction,
For example:
prepare;
|
execute; // to ro1 with metadata |
execute; // to ro1 with without metadata |
begin;
|
execute; // to master without metadata; |
commit;
|
Suggestion:
1. Record metadata in first execution;
2. Add metadata to the following execution ( maybe every backend just add once)