| 134 | } |
| 135 | |
| 136 | void execCommandPropagateExec(int dbid) { |
| 137 | propagate(server.execCommand,dbid,&shared.exec,1, |
| 138 | PROPAGATE_AOF|PROPAGATE_REPL); |
| 139 | afterPropagateExec(); |
| 140 | } |
| 141 | |
| 142 | /* Aborts a transaction, with a specific error message. |
| 143 | * The transaction is always aborted with -EXECABORT so that the client knows |
no test coverage detected