List:Commits« Previous MessageNext Message »
From:Frazer Clement Date:April 7 2008 11:52am
Subject:bk commit into 5.1 tree (frazer:1.2542) BUG#35853
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of frazer.  When frazer 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, 2008-04-07 10:52:25+01:00, frazer@stripped +2 -0
  Bug#35853 NdbInterpretedCode.hpp includes ndb_global.h
  
  Moving include of non delivered header file to implementation class

  storage/ndb/include/ndbapi/NdbInterpretedCode.hpp@stripped, 2008-04-07 10:52:14+01:00,
frazer@stripped +0 -1
    Bug#35853 NdbInterpretedCode.hpp includes ndb_global.h
    
    Moving include of non delivered header file to implementation class

  storage/ndb/src/ndbapi/NdbInterpretedCode.cpp@stripped, 2008-04-07 10:52:16+01:00,
frazer@stripped +1 -0
    Bug#35853 NdbInterpretedCode.hpp includes ndb_global.h
    
    Moving include of non delivered header file to implementation class

diff -Nrup a/storage/ndb/include/ndbapi/NdbInterpretedCode.hpp
b/storage/ndb/include/ndbapi/NdbInterpretedCode.hpp
--- a/storage/ndb/include/ndbapi/NdbInterpretedCode.hpp	2008-03-25 13:26:03 +00:00
+++ b/storage/ndb/include/ndbapi/NdbInterpretedCode.hpp	2008-04-07 10:52:14 +01:00
@@ -16,7 +16,6 @@
 #ifndef NdbInterpretedCode_H
 #define NdbInterpretedCode_H
 
-#include <ndb_global.h>
 #include <ndb_types.h>
 #include <ndbapi_limits.h>
 
diff -Nrup a/storage/ndb/src/ndbapi/NdbInterpretedCode.cpp
b/storage/ndb/src/ndbapi/NdbInterpretedCode.cpp
--- a/storage/ndb/src/ndbapi/NdbInterpretedCode.cpp	2008-03-25 13:26:05 +00:00
+++ b/storage/ndb/src/ndbapi/NdbInterpretedCode.cpp	2008-04-07 10:52:16 +01:00
@@ -13,6 +13,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
+#include <ndb_global.h>
 #include "NdbInterpretedCode.hpp"
 #include "Interpreter.hpp"
 #include "NdbDictionaryImpl.hpp"
Thread
bk commit into 5.1 tree (frazer:1.2542) BUG#35853Frazer Clement7 Apr 2008