• 's avatar
    Bug #54579 Wrong unsafe warning for INSERT DELAYED in SBR · 0688c086
    authored
          
    The lock_type is upgrade to TL_WRITE from TL_WRITE_DELAYED for
    INSERT DELAYED when inserting multi values in one statement.
    It's safe. But it causes an unsafe warning in SBR.
          
    Make INSERT DELAYED safe by logging it as INSERT without DELAYED.
    0688c086
sql_yacc.yy 430 KB