• Evgeny Potemkin's avatar
    #41760 Inserting into multiple-table views is not working · 4fee661c
    Evgeny Potemkin authored
    During insert, we are not reading the rows in a referring table but
    instead using the last read row that happens to be in table->record[0].
    
    Now INSERT into such view is denied. 
    
    
    mysql-test/r/delayed.result:
      A test case result is adjusted after fixing bug#41760.
    mysql-test/r/insert.result:
      A test case result is adjusted after fixing bug#41760.
    mysql-test/t/delayed.test:
      A test case is adjusted after fixing bug#41760.
    mysql-test/t/insert.test:
      A test case is adjusted after fixing bug#41760.
    4fee661c
sql_insert.cc 126 KB