1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/mysql-test/suite/versioning
Nikita Malyavin 4923604ee2 MDEV-18865 Assertion `t->first->versioned_by_id()' failed in innodb_prepare_commit_versioned
Cause:
* row_start != 0 treated as it exists. Probably, possible row permutations had not been taken in mind.

Solution:
* Checking both row_start and row_end is correct, so versioned() function is used
2019-12-29 12:16:04 +02: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
2018-01-13 02:01:35 +01:00