1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/mysql-test/suite/versioning/t
Aleksey Midenkov 1398160a71 MDEV-24522 Assertion `inited==NONE' fails upon UPDATE on versioned table with unique blob
Cause: no table->update_handler cloned at the moment of
vers_insert_history_row(). update_handler is needed because there
can't be several inited indexes at once in the same handler. First
index is inited by QUICK_RANGE_SELECT::reset(). Then when history row
is inserted check_duplicate_long_entry_key() is done and it requires
another index.
2021-01-26 14:41:23 +03:00
..
2020-04-16 12:12:26 +03:00
2018-02-24 00:50:57 +01:00
2018-05-12 10:16:46 +02:00
2020-10-22 13:27:18 +03:00
2019-09-03 13:17:32 +03:00
2019-05-18 20:34:03 +02:00
2019-09-03 13:17:32 +03:00
2020-12-23 14:52:59 +02:00
2018-05-12 10:16:46 +02:00
2018-02-24 00:50:57 +01:00
2019-10-10 21:30:40 +03:00
2020-05-30 11:04:27 +03:00
2021-01-11 10:35:06 +02:00
2020-10-22 13:27:18 +03:00
2019-06-17 12:26:25 +02:00
2019-10-10 00:20:34 +03:00