Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3fe6bebf
Commit
3fe6bebf
authored
Sep 15, 2004
by
pekka@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unnecessary include my_sys.h
parent
39a4aa39
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
ndb/src/kernel/vm/Configuration.cpp
ndb/src/kernel/vm/Configuration.cpp
+0
-1
ndb/src/mgmsrv/main.cpp
ndb/src/mgmsrv/main.cpp
+0
-1
ndb/src/ndbapi/Ndbinit.cpp
ndb/src/ndbapi/Ndbinit.cpp
+0
-1
ndb/test/src/NDBT_Test.cpp
ndb/test/src/NDBT_Test.cpp
+0
-1
ndb/tools/listTables.cpp
ndb/tools/listTables.cpp
+0
-1
ndb/tools/select_all.cpp
ndb/tools/select_all.cpp
+0
-1
No files found.
ndb/src/kernel/vm/Configuration.cpp
View file @
3fe6bebf
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include <ndb_global.h>
#include <my_sys.h>
#include "Configuration.hpp"
#include "Configuration.hpp"
#include <ErrorHandlingMacros.hpp>
#include <ErrorHandlingMacros.hpp>
...
...
ndb/src/mgmsrv/main.cpp
View file @
3fe6bebf
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include <ndb_global.h>
#include <my_sys.h>
#include "MgmtSrvr.hpp"
#include "MgmtSrvr.hpp"
#include "EventLogger.hpp"
#include "EventLogger.hpp"
...
...
ndb/src/ndbapi/Ndbinit.cpp
View file @
3fe6bebf
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
#include <ndb_global.h>
#include <ndb_global.h>
#include <my_sys.h>
#include "NdbApiSignal.hpp"
#include "NdbApiSignal.hpp"
#include "NdbImpl.hpp"
#include "NdbImpl.hpp"
...
...
ndb/test/src/NDBT_Test.cpp
View file @
3fe6bebf
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include <ndb_global.h>
#include <my_sys.h>
#include "NDBT.hpp"
#include "NDBT.hpp"
#include "NDBT_Test.hpp"
#include "NDBT_Test.hpp"
...
...
ndb/tools/listTables.cpp
View file @
3fe6bebf
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
*/
*/
#include <ndb_global.h>
#include <ndb_global.h>
#include <my_sys.h>
#include <getarg.h>
#include <getarg.h>
#include <NdbApi.hpp>
#include <NdbApi.hpp>
...
...
ndb/tools/select_all.cpp
View file @
3fe6bebf
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
#include <ndb_global.h>
#include <ndb_global.h>
#include <my_sys.h>
#include <NdbOut.hpp>
#include <NdbOut.hpp>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment