• Martin Hansson's avatar
    Bug#43580: Issue with Innodb on multi-table update · 2afccc1b
    Martin Hansson authored
                            
    Certain multi-updates gave different results on InnoDB from
    to MyISAM, due to on-the-fly updates being used on the former and
    the update order matters.
    Fixed by turning off on-the-fly updates when update order 
    dependencies are present.
    2afccc1b
sql_base.cc 288 KB