| 123 | } |
| 124 | |
| 125 | void afterPropagateExec() { |
| 126 | /* Propagating EXEC */ |
| 127 | serverAssert(serverTL->propagate_in_transaction == 1); |
| 128 | serverTL->propagate_in_transaction = 0; |
| 129 | } |
| 130 | |
| 131 | /* Send a MULTI command to all the slaves and AOF file. Check the execCommand |
| 132 | * implementation for more information. */ |
no outgoing calls
no test coverage detected