• Teemu Ollakka's avatar
    Provider rollback for ineffective trx · c2c61bbc
    Teemu Ollakka authored
    codership/mysql-wsrep#318 Adapt MTR tests to new Galera status variables
                              and fix exposed leaks
    
    In certain cases it is possible that transaction has populated
    keys in the provider but during commit time the IO cache is
    empty, so the provider commit does not happen (for example
    early ROLLBACK TO SAVEPOINT followed by COMMIT). Run
    provider post_rollback() to clean up the transaction object.
    c2c61bbc
wsrep_hton.cc 18.8 KB