• unknown's avatar
    Always use libtool with "--preserve-dup-deps" · 0a95bda2
    unknown authored
    Always use all LOAD DATA options in replication.
    Fixed problem in mysqlbinlog where LOAD DATA options could be overwritten.
    
    
    client/mysqlbinlog.cc:
      Ensure that we don't call init_dynamic_array() before my_init() has been done
    configure.in:
      Always use libtool with "--preserve-dup-deps" to prevent link problems with g++
    mysql-test/r/mysqlbinlog.result:
      new results
    mysql-test/r/range.result:
      new results
    mysql-test/t/range.test:
      add missing DROP TABLE
    sql/log_event.cc:
      Always use all LOAD DATA options. This is needed to handle commands of type "FIELDS TERMINATED BY ''"
      Allocate memory for Create_file_log_event options as these may be overwritten in mysqlbinlog
    sql/log_event.h:
      Free buffer
    0a95bda2
range.result 14.7 KB