• 's avatar
    Bug #57666 Unclear warning with broken text in error log on INSERT DELAYED · 08db5f7e
    authored
    It is not necessary to support INSERT DELAYED for a single value insert,
    while we do not support that for multi-values insert when binlog is
    enabled in SBR.
    
    The lock_type is upgrade to TL_WRITE from TL_WRITE_DELAYED for
    INSERT DELAYED for single value insert as multi-values insert
    did when binlog is enabled. Then it's safe. And binlog it as
    INSERT without DELAYED.
    08db5f7e
rpl_stm_insert_delayed.result 1.77 KB