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