• unknown's avatar
    Bug#7879: Using TL_READ_NO_INSERT locks instead of TL_READ locks when · 95dec435
    unknown authored
    reading tables in "complex" SQL statements. If inserts happen in a
    table being read, the statements have no serialization order and the
    change can therefore not be reproduced on the slave.
    
    
    sql/sql_update.cc:
      Switching to using T_READ_NO_INSERT when the binlog is used.
    sql/sql_yacc.yy:
      Switching to using T_READ_NO_INSERT when the binlog is used.
    95dec435
sql_update.cc 30.9 KB