List:Internals« Previous MessageNext Message »
From:Mats Kindahl Date:April 15 2005 3:31pm
Subject:bk commit into 5.1 tree (mats:1.1801)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1801 05/04/15 15:30:55 mats@stripped +1 -0
  WL#2325: Using binlog_filter instead of do_db() functions.

  sql/log_event.cc
    1.176 05/04/15 15:30:51 mats@stripped +1 -1
    Using binlog_filter instead of do_db() functions.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	mats
# Host:	romeo.kindahl.net
# Root:	/home/bk/w2325-mysql-5.1

--- 1.175/sql/log_event.cc	2005-04-15 12:34:08 +02:00
+++ 1.176/sql/log_event.cc	2005-04-15 15:30:51 +02:00
@@ -462,7 +462,7 @@
 {
   extern bool check_binlog_db(const char*);
   const char* the_db = const_cast<Log_event*>(this)->get_db();
-  return check_binlog_db(the_db);
+  return binlog_filter->db_ok(the_db);
 }
 
 /*
Thread
bk commit into 5.1 tree (mats:1.1801)Mats Kindahl15 Apr