List:Internals« Previous MessageNext Message »
From:Lars Thalmann Date:October 10 2005 7:42pm
Subject:bk commit into 5.0 tree (lars:1.2029)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of lthalmann. When lthalmann 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.2029 05/10/10 21:42:14 lars@stripped +1 -0
  Added missing HAVE_REPLICATION define

  sql/sql_parse.cc
    1.504 05/10/10 21:41:50 lars@stripped +2 -0
    Added missing HAVE_REPLICATION define

# 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:	lars
# Host:	dl145h.mysql.com
# Root:	/users/lthalmann/bk/mysql-5.0

--- 1.503/sql/sql_parse.cc	2005-10-10 19:38:26 +02:00
+++ 1.504/sql/sql_parse.cc	2005-10-10 21:41:50 +02:00
@@ -3208,6 +3208,7 @@
       if ((res= mysql_multi_update_prepare(thd)))
 	break;
 
+#ifdef HAVE_REPLICATION
       /* Check slave filtering rules */
       if (thd->slave_thread && all_tables_not_ok(thd, all_tables))
       {
@@ -3215,6 +3216,7 @@
 	my_error(ER_SLAVE_IGNORED_TABLE, MYF(0));
 	break;
       }
+#endif /* HAVE_REPLICATION */
 
       res= mysql_multi_update(thd, all_tables,
                               &select_lex->item_list,
Thread
bk commit into 5.0 tree (lars:1.2029)Lars Thalmann10 Oct