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

bug#33329 extraneous ROLLBACK in binlog on connection does not use trans tables

changes for an assert and an updated results file.
This commit is contained in:
aelkin/andrei@mysql1000.dsl.inet.fi
2008-02-14 16:28:32 +02:00
parent 139e6acd2d
commit 871eb3e5ad
2 changed files with 2 additions and 2 deletions

View File

@ -1482,7 +1482,7 @@ void multi_update::send_error(uint errcode,const char *err)
if (trans_safe)
{
DBUG_ASSERT(transactional_tables);
DBUG_ASSERT(!updated || transactional_tables);
(void) ha_autocommit_or_rollback(thd, 1);
}
else