Skip to content
  • Thayumanavar S's avatar
    e9ec381a
    BUG#27899274 - [MYSQL 8.0 GA DEBUG BUILD] ASSERTION `!IS_SET()' FAILED. · e9ec381a
    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.
    e9ec381a
    BUG#27899274 - [MYSQL 8.0 GA DEBUG BUILD] ASSERTION `!IS_SET()' FAILED.
    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.
Loading