1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00
Files
mariadb/mysql-test/suite/versioning/r
Nikita Malyavin 720e9bd5be MDEV-18875 Assertion `thd->transaction.stmt.ha_list == __null || trans == &thd->transaction.stmt' failed or bogus ER_DUP_ENTRY upon ALTER TABLE with versioning
Cause:
* when autocommit=0 (or transaction is issued by user),
 `ha_commit_trans` is called twice on ALTER TABLE, causing a duplicated
 insert into `transaction_registry` (ER_DUP_ENTRY).

Solution:
* ALTER TABLE makes an implicit commit by a second call. We actually
 need to make an insert only when it is a real commit. So is_real
 variable is additionally checked.
2019-12-29 12:16:04 +02:00
..
2019-10-10 00:20:34 +03:00
2018-04-10 13:12:36 +02:00
2019-03-27 13:27:04 +02:00
2018-02-24 00:50:57 +01:00
2019-10-10 00:20:34 +03:00
2019-10-10 00:20:34 +03:00
2019-10-10 00:20:34 +03:00