mariadb/mysql-test/suite/innodb
Thirunarayanan Balathandayuthapani 5b6ad325d2 MDEV-38667 Assertion in diagnostics area on DDL stats timeout
Reason:
======
 During InnoDB DDL, statistics updation fails due to lock wait
timeout and calls push_warning_printf() to generate warnings
but then returns success, causing the SQL layer
to attempt calling set_ok_status() when the diagnostics area
is already set.

Solution:
=========
By temporarily setting abort_on_warning to false around operations
that prevents warning to error escalation and restore the original
setting after calling HA_EXTRA_END_ALTER_COPY for alter operation.
2026-01-27 13:51:32 +05:30
..
include Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
r MDEV-38667 Assertion in diagnostics area on DDL stats timeout 2026-01-27 13:51:32 +05:30
t MDEV-38667 Assertion in diagnostics area on DDL stats timeout 2026-01-27 13:51:32 +05:30