| 117 | } |
| 118 | |
| 119 | void beforePropagateMulti() { |
| 120 | /* Propagating MULTI */ |
| 121 | serverAssert(!serverTL->propagate_in_transaction); |
| 122 | serverTL->propagate_in_transaction = 1; |
| 123 | } |
| 124 | |
| 125 | void afterPropagateExec() { |
| 126 | /* Propagating EXEC */ |
no outgoing calls
no test coverage detected