• unknown's avatar
    Fixes for BUG#1091,1092,1093. Synopsis of these bugs: · 8e1cebde
    unknown authored
    mysqlbinlog segfaults if --position is just before Exec_load event
    mysqlbinlog prints uncommented warnings if --database and compiled with debug
    mysqlbinlog --database does not filter LOAD DATA INFILE
    
    
    client/mysqlbinlog.cc:
      * Don't stop in Append_block when there is no Create_file. Just print a warning.
      * Test LOAD DATA (Create_file) against --database.
      * Don't print "no skip" when you don't skip an event when using --database (it
      causes syntax errors in 'mysql').
      * Print a warning in Exec_load if there is no Create_file.
    8e1cebde
mysqlbinlog.cc 20.3 KB