List:Internals« Previous MessageNext Message »
From:tomas Date:May 27 2005 7:05pm
Subject:bk commit into 5.1 tree (tomas:1.1894)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1894 05/05/27 19:05:12 tomas@stripped +1 -0
  set table map version correctly

  sql/sql_class.cc
    1.193 05/05/27 19:05:07 tomas@stripped +3 -1
    set table map version correctly

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-wl2325

--- 1.192/sql/sql_class.cc	2005-05-26 16:22:15 +02:00
+++ 1.193/sql/sql_class.cc	2005-05-27 19:05:07 +02:00
@@ -1941,7 +1941,7 @@
 int THD::
 flush_and_set_pending_event(Rows_log_event* event)
 {
-  DBUG_ENTER("THD::flush_and_set_event");
+  DBUG_ENTER("THD::flush_and_set_pending_event");
   DBUG_PRINT("enter", ("thd = 0x%0x (%s event)", 
 		       this, 
 		       (event ? event->get_type_str() : "No")));
@@ -2281,6 +2281,8 @@
 
   if (the_event.write_to_binlog() && mysql_bin_log.write(&the_event))
     DBUG_RETURN(1);
+
+  table->s->table_map_version= *m_table_map_version;
 
   DBUG_RETURN(0);
 }
Thread
bk commit into 5.1 tree (tomas:1.1894)tomas27 May