• unknown's avatar
    Fixed core dump bug in str LIKE "%other_str%" where strings contained characters >= 128. · da1ff072
    unknown authored
    Fixed problem with replication LOAD DATA INFILE when using  --old-rpl-compat.
    When executing on master LOAD DATA and InnoDB failed with 'table full' error the binary log was corrupted.
    
    
    sql/item_cmpfunc.cc:
      Fixed core dump bug in str LIKE "%other_str%" where strings contained characters >= 128.
    sql/log_event.cc:
      Fixed problem with replication LOAD DATA INFILE when using  --old-rpl-compat
    sql/sql_load.cc:
      When executing on master LOAD DATA and InnoDB failed with 'table full' error the binary log was corrupted.
    da1ff072
log_event.cc 58 KB