• unknown's avatar
    Fix for bug #136. We must write the · 5dd8180a
    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.
    
    
    5dd8180a
sql_select.cc 207 KB