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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
65ef06b4
Commit
65ef06b4
authored
May 27, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mgmapi
parent
889cb7db
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
20 additions
and
11 deletions
+20
-11
configure.in
configure.in
+2
-0
ndb/src/common/debugger/signaldata/Makefile.am
ndb/src/common/debugger/signaldata/Makefile.am
+1
-1
ndb/src/common/mgmcommon/Makefile.am
ndb/src/common/mgmcommon/Makefile.am
+2
-0
ndb/src/common/util/Makefile.am
ndb/src/common/util/Makefile.am
+2
-1
ndb/src/kernel/ndb-main/Makefile.am
ndb/src/kernel/ndb-main/Makefile.am
+1
-1
ndb/src/kernel/vm/Makefile.am
ndb/src/kernel/vm/Makefile.am
+2
-1
ndb/src/mgmapi/Makefile.am
ndb/src/mgmapi/Makefile.am
+1
-1
ndb/src/mgmclient/Makefile.am
ndb/src/mgmclient/Makefile.am
+1
-1
ndb/src/mgmsrv/Makefile.am
ndb/src/mgmsrv/Makefile.am
+1
-1
ndb/src/ndbapi/Makefile.am
ndb/src/ndbapi/Makefile.am
+5
-3
ndb/test/src/Makefile.am
ndb/test/src/Makefile.am
+2
-1
No files found.
configure.in
View file @
65ef06b4
...
...
@@ -2878,6 +2878,7 @@ AC_SUBST(mgmapiincludedir)
-I
\$
(top_srcdir)/ndb/include/kernel
\
-I
\$
(top_srcdir)/ndb/include/transporter
\
-I
\$
(top_srcdir)/ndb/include/debugger
\
-I
\$
(top_srcdir)/ndb/include/mgmapi
\
-I
\$
(top_srcdir)/ndb/include/mgmcommon
\
-I
\$
(top_srcdir)/ndb/include/ndbapi
\
-I
\$
(top_srcdir)/ndb/include/util
\
...
...
@@ -2888,6 +2889,7 @@ AC_SUBST(mgmapiincludedir)
-I
\$
(top_srcdir)/ndb/include/kernel
\
-I
\$
(top_srcdir)/ndb/include/transporter
\
-I
\$
(top_srcdir)/ndb/include/debugger
\
-I
\$
(top_srcdir)/ndb/include/mgmapi
\
-I
\$
(top_srcdir)/ndb/include/mgmcommon
\
-I
\$
(top_srcdir)/ndb/include/ndbapi
\
-I
\$
(top_srcdir)/ndb/include/util
\
...
...
ndb/src/common/debugger/signaldata/Makefile.am
View file @
65ef06b4
...
...
@@ -23,7 +23,7 @@ libsignaldataprint_la_SOURCES = \
FailRep.cpp DisconnectRep.cpp SignalDroppedRep.cpp
\
SumaImpl.cpp NdbSttor.cpp CreateFragmentation.cpp
\
UtilLock.cpp TuxMaint.cpp TupAccess.cpp AccLock.cpp
\
LqhTrans.cpp
LqhTrans.cpp
ReadNodesConf.cpp CntrStart.cpp
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
...
...
ndb/src/common/mgmcommon/Makefile.am
View file @
65ef06b4
...
...
@@ -8,6 +8,8 @@ libmgmsrvcommon_la_SOURCES = \
InitConfigFileParser.cpp
\
IPCConfig.cpp NdbConfig.c
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/mgmapi
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
include
$(top_srcdir)/ndb/config/type_mgmapiclient.mk.am
...
...
ndb/src/common/util/Makefile.am
View file @
65ef06b4
...
...
@@ -7,7 +7,8 @@ libgeneral_la_SOURCES = \
OutputStream.cpp NdbOut.cpp BaseString.cpp Base64.cpp
\
NdbSqlUtil.cpp new.cpp
\
uucode.c random.c getarg.c version.c
\
strdup.c strlcat.c strlcpy.c
strdup.c strlcat.c strlcpy.c
\
ConfigValues.cpp
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
...
...
ndb/src/kernel/ndb-main/Makefile.am
View file @
65ef06b4
...
...
@@ -24,7 +24,6 @@ INCLUDES += \
-I
../blocks/dbtux
LDADD
+=
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
../blocks/cmvmi/libcmvmi.a
\
../blocks/dbacc/libdbacc.a
\
../blocks/dbdict/libdbdict.a
\
...
...
@@ -47,6 +46,7 @@ LDADD += \
$(top_srcdir)
/ndb/src/common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/common/debugger/signaldata/libsignaldataprint.la
\
$(top_srcdir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/common/logger/liblogger.la
\
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
...
...
ndb/src/kernel/vm/Makefile.am
View file @
65ef06b4
...
...
@@ -14,13 +14,14 @@ libkernel_a_SOURCES = \
TransporterCallback.cpp
\
Emulator.cpp
\
Configuration.cpp
\
ClusterConfiguration.cpp
\
WatchDog.cpp
\
SimplePropertiesSection.cpp
\
SectionReader.cpp
\
MetaData.cpp
\
Mutex.cpp SafeCounter.cpp
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/mgmapi
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_kernel.mk.am
...
...
ndb/src/mgmapi/Makefile.am
View file @
65ef06b4
ndblib_LTLIBRARIES
=
libmgmapi.la libMGM_API.la
libmgmapi_la_SOURCES_loc
=
mgmapi.cpp
libmgmapi_la_SOURCES_loc
=
mgmapi.cpp
mgmapi_configuration.cpp
libmgmapi_la_SOURCES
=
$(libmgmapi_la_SOURCES_loc)
libMGM_API_la_SOURCES
=
$(libmgmapi_la_SOURCES_loc)
...
...
ndb/src/mgmclient/Makefile.am
View file @
65ef06b4
...
...
@@ -14,8 +14,8 @@ LDADD += \
$(top_srcdir)
/ndb/src/common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/common/logger/liblogger.la
\
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/common/editline/libeditline.a
...
...
ndb/src/mgmsrv/Makefile.am
View file @
65ef06b4
...
...
@@ -13,7 +13,7 @@ mgmtsrvr_SOURCES = \
MgmtSrvrConfig.cpp
\
CommandInterpreter.cpp
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/ndbapi
-I
$(top_srcdir)
/ndb/
include/mgmapi
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/ndbapi
-I
$(top_srcdir)
/ndb/
src/common/mgmcommon
-I
$(top_srcdir)
/ndb/src/mgmapi
LDADD_LOC
=
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
...
...
ndb/src/ndbapi/Makefile.am
View file @
65ef06b4
...
...
@@ -21,10 +21,9 @@ libndbapi_la_SOURCES_loc = \
NdbOperationInt.cpp
\
NdbOperationDefine.cpp
\
NdbOperationExec.cpp
\
NdbScanReceiver.cpp
\
NdbResultSet.cpp
\
NdbCursorOperation.cpp
\
NdbScanOperation.cpp NdbScanFilter.cpp
\
NdbScan
Receiver.cpp NdbScan
Operation.cpp NdbScanFilter.cpp
\
NdbIndexOperation.cpp
\
NdbEventOperation.cpp
\
NdbEventOperationImpl.cpp
\
...
...
@@ -39,6 +38,8 @@ libndbapi_la_SOURCES_loc = \
libndbapi_la_SOURCES
=
$(libndbapi_la_SOURCES_loc)
libNDB_API_la_SOURCES
=
$(libndbapi_la_SOURCES_loc)
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/mgmapi
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
...
...
@@ -47,9 +48,10 @@ libNDB_API_la_LIBADD = \
$(top_srcdir)
/ndb/src/common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/common/debugger/signaldata/libsignaldataprint.la
\
$(top_srcdir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/mgmapi/libMGM_API.la
\
$(top_srcdir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/common/logger/liblogger.la
\
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
# Don't update the files from bitkeeper
%
::
SCCS/s.%
ndb/test/src/Makefile.am
View file @
65ef06b4
...
...
@@ -10,9 +10,10 @@ libNDBT_a_SOURCES = \
NdbRestarter.cpp NdbRestarts.cpp NDBT_Output.cpp
\
NdbBackup.cpp NdbConfig.cpp NdbGrep.cpp NDBT_Table.cpp
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
-I
$(top_srcdir)
/ndb/include/mgmcommon
-I
$(top_srcdir)
/ndb/include/kernel
-I
$(top_srcdir)
/ndb/src/mgmapi
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapitest.mk.am
INCLUDES
+=
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
-I
$(top_srcdir)
/ndb/include/mgmcommon
-I
$(top_srcdir)
/ndb/include/kernel
# Don't update the files from bitkeeper
%
::
SCCS/s.%
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