-
Thayumanavar S authored
When mysqld is started with thread_stack option value of zero, an ALTER TABLE DDL SQL asserts on debug build. The root cause is the diagnostics area is set with a OK status whereas it has already been set with an ERROR status. The fix ensures the stack overrun error is propagated so that the call to set the diagnostics area with OK status is avoided.
Thayumanavar S authoredWhen mysqld is started with thread_stack option value of zero, an ALTER TABLE DDL SQL asserts on debug build. The root cause is the diagnostics area is set with a OK status whereas it has already been set with an ERROR status. The fix ensures the stack overrun error is propagated so that the call to set the diagnostics area with OK status is avoided.
Loading