1. 08 Mar, 2005 1 commit
    • unknown's avatar
      WL#2472: Refactoring of replication and binlog filtering. · 4b3caa85
      unknown authored
      Needed to be able to have multiple masters connected 
      to same slave server with different filters.
      
      
      sql/Makefile.am:
        Add table_filter.cc
      sql/log.cc:
        Use Table_filter
      sql/log_event.cc:
        Use Table_filter
      sql/mysql_priv.h:
        Use Table_filter
      sql/mysqld.cc:
        Use Table_filter
      sql/repl_failsafe.cc:
        Use Table_filter
      sql/slave.cc:
        Use Table_filter
      sql/slave.h:
        Use Table_filter
      sql/sql_acl.cc:
        Use Table_filter
      sql/sql_class.h:
        Use const since they should not be changed
      sql/sql_parse.cc:
        Use Table_filter
      sql/sql_repl.cc:
        Use Table_filter
      sql/sql_repl.h:
        Use Table_filter
      4b3caa85
  2. 07 Feb, 2005 1 commit
  3. 20 Jan, 2005 21 commits
  4. 19 Jan, 2005 17 commits