List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:January 16 2007 10:58am
Subject:bk commit into 5.1 tree (mats:1.2388)
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@stripped, 2007-01-16 11:58:48+01:00, mats@romeo.(none) +1 -0
  Post-merge fixes.

  sql/sql_insert.cc@stripped, 2007-01-16 11:58:44+01:00, mats@romeo.(none) +0 -2
    Removing HAVE_ROW_BASED_REPLICATION conditional that is no longer used.

# 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.(none)
# Root:	/home/bk/tree-mysql-5.1-new-rpl

--- 1.242/sql/sql_insert.cc	2007-01-16 11:58:57 +01:00
+++ 1.243/sql/sql_insert.cc	2007-01-16 11:58:57 +01:00
@@ -2919,9 +2919,7 @@
            save us from that ?
   */
   table->reginfo.lock_type=TL_WRITE;
-#ifdef HAVE_ROW_BASED_REPLICATION
   hooks->prelock(&table, 1);                    // Call prelock hooks
-#endif
   if (! ((*lock)= mysql_lock_tables(thd, &table, 1,
                                     MYSQL_LOCK_IGNORE_FLUSH, &not_used)))
   {
Thread
bk commit into 5.1 tree (mats:1.2388)Mats Kindahl16 Jan