mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
Fixed wrong merge
This commit is contained in:
parent
98135fed0f
commit
d725c52d27
1 changed files with 0 additions and 2 deletions
|
|
@ -190,7 +190,6 @@ bool end_active_trans(THD *thd)
|
|||
if (ha_commit(thd))
|
||||
error=1;
|
||||
#ifdef WITH_ARIA_STORAGE_ENGINE
|
||||
ha_maria::implicit_commit(thd, TRUE);
|
||||
if (ha_storage_engine_is_enabled(maria_hton))
|
||||
ha_maria::implicit_commit(thd, TRUE);
|
||||
#endif
|
||||
|
|
@ -1664,7 +1663,6 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
|||
thd->transaction.stmt.reset();
|
||||
|
||||
#ifdef WITH_ARIA_STORAGE_ENGINE
|
||||
ha_maria::implicit_commit(thd, FALSE);
|
||||
if (ha_storage_engine_is_enabled(maria_hton))
|
||||
ha_maria::implicit_commit(thd, FALSE);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue