mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
* Don't set ordering meta data for replaying transaction
* Renamed transaction prepare_for_fragment_ordering() to prepare_for_ordering()
This commit is contained in:
@ -329,7 +329,7 @@ namespace wsrep
|
||||
bool is_commit)
|
||||
{
|
||||
assert(state_ == s_exec);
|
||||
return transaction_.prepare_for_fragment_ordering(
|
||||
return transaction_.prepare_for_ordering(
|
||||
ws_handle, ws_meta, is_commit);
|
||||
}
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user