• unknown's avatar
    fixed bug #1378 "mysqlbinlog for remote host is broken" · 7db76e5a
    unknown authored
    
    client/mysqlbinlog.cc:
      fixed bug #1378 "mysqlbinlog for remote host is broken"
      by using shared part of code for local and remote variant 
      (function process_event)
    mysql-test/r/mysqlbinlog.result:
      fixed results for remote variant 
      (they are the same as for local now)
    mysql-test/t/mysqlbinlog.test:
      discarded note 'V. Vagin should ...' 
      because V.Vagin done
    sql/log_event.cc:
      added special local_fname flag to Load_log_event for 
      using in Load_log_event::check_fname_outside_temp_buf 
      instead of ugly condition
    sql/log_event.h:
      added special local_fname flag to Load_log_event for 
      using in Load_log_event::check_fname_outside_temp_buf 
      instead of ugly condition
    7db76e5a
mysqlbinlog.result 3.64 KB