mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Return error code from high_priority_service::adopt_transaction()
Adopt transaction may need to start a new transaction on DBMS side, allow returning an error if the transaction start fails.
This commit is contained in:
@ -40,7 +40,7 @@ const wsrep::transaction& db::high_priority_service::transaction() const
|
||||
return client_.client_state().transaction();
|
||||
}
|
||||
|
||||
void db::high_priority_service::adopt_transaction(const wsrep::transaction&)
|
||||
int db::high_priority_service::adopt_transaction(const wsrep::transaction&)
|
||||
{
|
||||
throw wsrep::not_implemented_error();
|
||||
}
|
||||
|
Reference in New Issue
Block a user