pull/843/head^2
René Cannaò 10 years ago
parent 124678603d
commit d20e130e01

@ -2527,7 +2527,11 @@ handler_again:
myconn->async_state_machine=ASYNC_IDLE;
myds->DSS=STATE_MARIADB_GENERIC;
if (transaction_persistent==true) {
transaction_persistent_hostgroup=current_hostgroup;
if (transaction_persistent_hostgroup==-1) { // change only if not set already, do not allow to change it again
if (myds->myconn->IsActiveTransaction()==true) { // only active transaction is important here. Ignore other criterias
transaction_persistent_hostgroup=current_hostgroup;
}
}
}
}
} else {

Loading…
Cancel
Save