#At file:///home/msvensson/mysql/7.0-seagull/ based on revid:magnus.blaudd@stripped
3668 Magnus Blåudd 2010-08-06
ndb
- remove unecessary include of NdbMem.h in LocalConfig.cpp
- remove unecessary include of NdbOut.hpp in LocalConfig.hpp
- add include of BaseString.hpp to LocalConfig.hpp since ndbout exposes function
using that type
modified:
storage/ndb/src/mgmapi/LocalConfig.cpp
storage/ndb/src/mgmapi/LocalConfig.hpp
=== modified file 'storage/ndb/src/mgmapi/LocalConfig.cpp'
--- a/storage/ndb/src/mgmapi/LocalConfig.cpp 2009-10-09 14:12:17 +0000
+++ b/storage/ndb/src/mgmapi/LocalConfig.cpp 2010-08-06 11:35:07 +0000
@@ -20,7 +20,6 @@
#include <NdbEnv.h>
#include <NdbConfig.h>
#include <NdbAutoPtr.hpp>
-#include <NdbMem.h>
#define _STR_VALUE(x) #x
#define STR_VALUE(x) _STR_VALUE(x)
=== modified file 'storage/ndb/src/mgmapi/LocalConfig.hpp'
--- a/storage/ndb/src/mgmapi/LocalConfig.hpp 2009-05-27 12:11:46 +0000
+++ b/storage/ndb/src/mgmapi/LocalConfig.hpp 2010-08-06 11:35:07 +0000
@@ -20,7 +20,7 @@
#define LocalConfig_H
#include <ndb_global.h>
-#include <NdbOut.hpp>
+#include <BaseString.hpp>
//****************************************************************************
// Description: The class LocalConfig corresponds to the information possible
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@sun.com-20100806113507-6cl4fktkc9tbhx55.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:3668) | Magnus Blåudd | 6 Aug |