1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00
Files
mariadb/mysql-test/suite/versioning/r
Aleksey Midenkov fc465596ea MDEV-37164 Assertion `vers_conditions.delete_history' failed upon PREPARE
Wrong assertion was added by f1f9284181 (MDEV-34046) because PS
parameter is applicable not only to DELETE HISTORY.

Keeping value of select_lex->where for DELETE HISTORY was remade via
prep_where which is read by reinit_stmt_before_use(). For SELECT
prep_where is set in JOIN::optimize_inner() and that is not called for
DELETE.
2025-07-08 17:44:11 +03:00
..
2024-02-13 14:25:21 +02:00
2023-03-29 16:53:37 +03:00
2025-01-30 11:55:13 +01:00
2023-01-10 14:50:58 +02:00
2023-01-13 10:18:30 +02:00
2024-10-29 15:24:38 +01:00
2022-11-02 13:08:01 +01:00
2022-09-21 10:07:09 +03:00
2024-10-29 15:24:38 +01:00
2022-09-21 10:07:09 +03:00
2024-10-29 15:24:38 +01:00
2023-12-17 11:20:43 +01:00