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
2c3c36df
Commit
2c3c36df
authored
May 29, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shorten some files for tar to work
parent
f43bbc12
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
13 deletions
+13
-13
storage/ndb/ndbapi-examples/mgmapi_logevent/Makefile
storage/ndb/ndbapi-examples/mgmapi_logevent/Makefile
+3
-3
storage/ndb/ndbapi-examples/mgmapi_logevent/main.cpp
storage/ndb/ndbapi-examples/mgmapi_logevent/main.cpp
+0
-0
storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile
storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile
+3
-3
storage/ndb/ndbapi-examples/mgmapi_logevent2/main.cpp
storage/ndb/ndbapi-examples/mgmapi_logevent2/main.cpp
+0
-0
storage/ndb/ndbapi-examples/ndbapi_simple_dual/Makefile
storage/ndb/ndbapi-examples/ndbapi_simple_dual/Makefile
+3
-3
storage/ndb/ndbapi-examples/ndbapi_simple_dual/main.cpp
storage/ndb/ndbapi-examples/ndbapi_simple_dual/main.cpp
+0
-0
storage/ndb/ndbapi-examples/ndbapi_simple_index/Makefile
storage/ndb/ndbapi-examples/ndbapi_simple_index/Makefile
+3
-3
storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp
storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp
+0
-0
storage/ndb/src/kernel/blocks/dblqh/Makefile.am
storage/ndb/src/kernel/blocks/dblqh/Makefile.am
+1
-1
storage/ndb/src/kernel/blocks/dblqh/redoLogReader/reader.cpp
storage/ndb/src/kernel/blocks/dblqh/redoLogReader/reader.cpp
+0
-0
No files found.
storage/ndb/ndbapi-examples/mgmapi_logevent/Makefile
View file @
2c3c36df
TARGET
=
mgmapi_logevent
SRCS
=
$(TARGET)
.cpp
OBJS
=
$(TARGET)
.o
SRCS
=
main
.cpp
OBJS
=
main
.o
CXX
=
g++
CFLAGS
=
-c
-Wall
-fno-rtti
-fno-exceptions
CXXFLAGS
=
...
...
@@ -17,7 +17,7 @@ SYS_LIB =
$(TARGET)
:
$(OBJS)
$(CXX)
$(CXXFLAGS)
$(LFLAGS)
$(LIB_DIR)
$(OBJS)
-lndbclient
-lmysqlclient_r
-lmysys
-lmystrings
-lz
$(SYS_LIB)
-o
$(TARGET)
$(
TARGET).o
:
$(SRCS)
$(
OBJS)
:
$(SRCS)
$(CXX)
$(CFLAGS)
-I
$(TOP_SRCDIR)
/include
-I
$(INCLUDE_DIR)
-I
$(INCLUDE_DIR)
/mgmapi
-I
$(INCLUDE_DIR)
/ndbapi
$(SRCS)
clean
:
...
...
storage/ndb/ndbapi-examples/mgmapi_logevent/m
gmapi_logevent
.cpp
→
storage/ndb/ndbapi-examples/mgmapi_logevent/m
ain
.cpp
View file @
2c3c36df
File moved
storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile
View file @
2c3c36df
TARGET
=
mgmapi_logevent2
SRCS
=
$(TARGET)
.cpp
OBJS
=
$(TARGET)
.o
SRCS
=
main
.cpp
OBJS
=
main
.o
CXX
=
g++
CFLAGS
=
-c
-Wall
-fno-rtti
-fno-exceptions
CXXFLAGS
=
...
...
@@ -17,7 +17,7 @@ SYS_LIB =
$(TARGET)
:
$(OBJS)
$(CXX)
$(CXXFLAGS)
$(LFLAGS)
$(LIB_DIR)
$(OBJS)
-lndbclient
-lmysqlclient_r
-lmysys
-lmystrings
-lz
$(SYS_LIB)
-o
$(TARGET)
$(
TARGET).o
:
$(SRCS)
$(
OBJS)
:
$(SRCS)
$(CXX)
$(CFLAGS)
-I
$(TOP_SRCDIR)
/include
-I
$(INCLUDE_DIR)
-I
$(INCLUDE_DIR)
/mgmapi
-I
$(INCLUDE_DIR)
/ndbapi
$(SRCS)
clean
:
...
...
storage/ndb/ndbapi-examples/mgmapi_logevent2/m
gmapi_logevent2
.cpp
→
storage/ndb/ndbapi-examples/mgmapi_logevent2/m
ain
.cpp
View file @
2c3c36df
File moved
storage/ndb/ndbapi-examples/ndbapi_simple_dual/Makefile
View file @
2c3c36df
TARGET
=
ndbapi_simple_dual
SRCS
=
$(TARGET)
.cpp
OBJS
=
$(TARGET)
.o
SRCS
=
main
.cpp
OBJS
=
main
.o
CXX
=
g++
CFLAGS
=
-c
-Wall
-fno-rtti
-fno-exceptions
CXXFLAGS
=
...
...
@@ -17,7 +17,7 @@ SYS_LIB =
$(TARGET)
:
$(OBJS)
$(CXX)
$(CXXFLAGS)
$(LFLAGS)
$(LIB_DIR)
$(OBJS)
-lndbclient
-lmysqlclient_r
-lmysys
-lmystrings
-lz
$(SYS_LIB)
-o
$(TARGET)
$(
TARGET).o
:
$(SRCS)
$(
OBJS)
:
$(SRCS)
$(CXX)
$(CFLAGS)
-I
$(TOP_SRCDIR)
/include
-I
$(INCLUDE_DIR)
-I
$(INCLUDE_DIR)
/ndbapi
$(SRCS)
clean
:
...
...
storage/ndb/ndbapi-examples/ndbapi_simple_dual/
ndbapi_simple_dual
.cpp
→
storage/ndb/ndbapi-examples/ndbapi_simple_dual/
main
.cpp
View file @
2c3c36df
File moved
storage/ndb/ndbapi-examples/ndbapi_simple_index/Makefile
View file @
2c3c36df
TARGET
=
ndbapi_simple_index
SRCS
=
$(TARGET)
.cpp
OBJS
=
$(TARGET)
.o
SRCS
=
main
.cpp
OBJS
=
main
.o
CXX
=
g++
CFLAGS
=
-c
-Wall
-fno-rtti
-fno-exceptions
CXXFLAGS
=
...
...
@@ -17,7 +17,7 @@ SYS_LIB =
$(TARGET)
:
$(OBJS)
$(CXX)
$(CXXFLAGS)
$(LFLAGS)
$(LIB_DIR)
$(OBJS)
-lndbclient
-lmysqlclient_r
-lmysys
-lmystrings
-lz
$(SYS_LIB)
-o
$(TARGET)
$(
TARGET).o
:
$(SRCS)
$(
OBJS)
:
$(SRCS)
$(CXX)
$(CFLAGS)
-I
$(INCLUDE_DIR)
/include
-I
$(INCLUDE_DIR)
/storage/ndb/include
-I
$(INCLUDE_DIR)
/storage/ndb/include/ndbapi
$(SRCS)
clean
:
...
...
storage/ndb/ndbapi-examples/ndbapi_simple_index/
ndbapi_simple_index
.cpp
→
storage/ndb/ndbapi-examples/ndbapi_simple_index/
main
.cpp
View file @
2c3c36df
File moved
storage/ndb/src/kernel/blocks/dblqh/Makefile.am
View file @
2c3c36df
...
...
@@ -16,7 +16,7 @@
EXTRA_PROGRAMS
=
ndbd_redo_log_reader
ndbd_redo_log_reader_SOURCES
=
redoLogReader/records.cpp
\
redoLogReader/re
doLogFileRe
ader.cpp
redoLogReader/reader.cpp
include
$(top_srcdir)/storage/ndb/config/common.mk.am
include
$(top_srcdir)/storage/ndb/config/type_kernel.mk.am
...
...
storage/ndb/src/kernel/blocks/dblqh/redoLogReader/re
doLogFileRe
ader.cpp
→
storage/ndb/src/kernel/blocks/dblqh/redoLogReader/reader.cpp
View file @
2c3c36df
File moved
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