codership / wsrep-API

Write Set Replication API specification
GNU General Public License v2.0
26 stars 15 forks source link

ws_handle should be passed as const wsrep_ws_handle_t* for replay_trx #25

Closed temeo closed 6 years ago

temeo commented 6 years ago

Replaying is not supposed to change transaction id or provider opaque pointer associated to write set. Therefore the ws_handle parameter should be passed as const wsrep_ws_handle_t* for replay_trx() call.