List:Commits« Previous MessageNext Message »
From:tomas Date:August 28 2007 7:55am
Subject:bk commit into 5.1 tree (tomas:1.2586)
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@stripped, 2007-08-28 07:55:07+02:00, tomas@stripped +1 -0
  correct compile error

  sql/log_event.cc@stripped, 2007-08-28 07:55:03+02:00, tomas@stripped +1 -1
    correct compile error

diff -Nrup a/sql/log_event.cc b/sql/log_event.cc
--- a/sql/log_event.cc	2007-08-27 20:22:01 +02:00
+++ b/sql/log_event.cc	2007-08-28 07:55:03 +02:00
@@ -5697,7 +5697,7 @@ Rows_log_event::Rows_log_event(const cha
                                *description_event)
   : Log_event(buf, description_event),
     m_row_count(0),
-    m_table(NULL),
+    m_table_id(0),
     m_rows_buf(0), m_rows_cur(0), m_rows_end(0),
     m_curr_row(NULL), m_curr_row_end(NULL),
     m_key(NULL)
Thread
bk commit into 5.1 tree (tomas:1.2586)tomas28 Aug