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