List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:August 16 2007 9:43am
Subject:bk commit into 5.1 tree (mats:1.2561)
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-08-16 11:43:03+02:00, mats@stripped +1 -0
  Minor code fixes to help Doxygen generate good documentation.

  sql/rpl_rli.h@stripped, 2007-08-16 11:42:58+02:00, mats@stripped +1 -1
    Removing redundant "class" keyword.

diff -Nrup a/sql/rpl_rli.h b/sql/rpl_rli.h
--- a/sql/rpl_rli.h	2007-08-16 08:52:43 +02:00
+++ b/sql/rpl_rli.h	2007-08-16 11:42:58 +02:00
@@ -122,7 +122,7 @@ public:
   pthread_cond_t start_cond, stop_cond, data_cond;
 
   /* parent Master_info structure */
-  class Master_info *mi;
+  Master_info *mi;
 
   /*
     Needed to deal properly with cur_log getting closed and re-opened with
Thread
bk commit into 5.1 tree (mats:1.2561)Mats Kindahl16 Aug