• unknown's avatar
    Fix for bug #136. We must write the · 3c65a828
    unknown authored
    INSERT into u SELECT * from t
    to the binlog
    BEFORE unlocking t (which was read-locked at least in MyISAM),
    and not the contrary.
    
    3c65a828
sql_select.cc 207 KB