List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:August 17 2007 11:22am
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-17 13:22:31+02:00, mats@stripped +1 -0
  Minor fix to let the build proceed.

  sql/rpl_rli.h@stripped, 2007-08-17 13:22:25+02:00, mats@stripped +1 -1
    Adding missing forward declaration.

diff -Nrup a/sql/rpl_rli.h b/sql/rpl_rli.h
--- a/sql/rpl_rli.h	2007-08-16 11:42:58 +02:00
+++ b/sql/rpl_rli.h	2007-08-17 13:22:25 +02:00
@@ -21,7 +21,7 @@
 #include "rpl_utility.h"
 
 struct RPL_TABLE_LIST;
-
+class Master_info;
 
 /****************************************************************************
 
Thread
bk commit into 5.1 tree (mats:1.2561)Mats Kindahl17 Aug