1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after merge fixes

This commit is contained in:
serg@serg.mylan
2005-02-16 17:34:02 +01:00
parent fd828e5b4d
commit 5ddb6354a5
33 changed files with 555 additions and 311 deletions

View File

@ -1530,6 +1530,8 @@ int ha_enable_transaction(THD *thd, bool on)
DBUG_ENTER("ha_enable_transaction");
thd->transaction.on= on;
if (on)
ha_commit(thd);
DBUG_RETURN(error);
}