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
2a900342
Commit
2a900342
authored
Jul 22, 2004
by
magnus@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding *.hpp files for testScan and testScanInterpreter to sources
Removing old directories for test/ using bk rmdir
parent
cd5359ce
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2 additions
and
66 deletions
+2
-66
ndb/test/ndbapi/Makefile.am
ndb/test/ndbapi/Makefile.am
+2
-2
ndb/test/ndbapi/bank/old_dirs/bankCreator/Makefile
ndb/test/ndbapi/bank/old_dirs/bankCreator/Makefile
+0
-8
ndb/test/ndbapi/bank/old_dirs/bankMakeGL/Makefile
ndb/test/ndbapi/bank/old_dirs/bankMakeGL/Makefile
+0
-8
ndb/test/ndbapi/bank/old_dirs/bankSumAccounts/Makefile
ndb/test/ndbapi/bank/old_dirs/bankSumAccounts/Makefile
+0
-8
ndb/test/ndbapi/bank/old_dirs/bankTimer/Makefile
ndb/test/ndbapi/bank/old_dirs/bankTimer/Makefile
+0
-8
ndb/test/ndbapi/bank/old_dirs/bankTransactionMaker/Makefile
ndb/test/ndbapi/bank/old_dirs/bankTransactionMaker/Makefile
+0
-8
ndb/test/ndbapi/bank/old_dirs/bankValidateAllGLs/Makefile
ndb/test/ndbapi/bank/old_dirs/bankValidateAllGLs/Makefile
+0
-8
ndb/test/ndbapi/bank/old_dirs/src/Makefile
ndb/test/ndbapi/bank/old_dirs/src/Makefile
+0
-7
ndb/test/ndbapi/bank/old_dirs/testBank/Makefile
ndb/test/ndbapi/bank/old_dirs/testBank/Makefile
+0
-9
No files found.
ndb/test/ndbapi/Makefile.am
View file @
2a900342
...
...
@@ -58,8 +58,8 @@ testNodeRestart_SOURCES = testNodeRestart.cpp
testOIBasic_SOURCES
=
testOIBasic.cpp
testOperations_SOURCES
=
testOperations.cpp
testRestartGci_SOURCES
=
testRestartGci.cpp
testScan_SOURCES
=
testScan.cpp
testScanInterpreter_SOURCES
=
testScanInterpreter.cpp
testScan_SOURCES
=
testScan.cpp
ScanFunctions.hpp
testScanInterpreter_SOURCES
=
testScanInterpreter.cpp
ScanFilter.hpp ScanInterpretTest.hpp
testSystemRestart_SOURCES
=
testSystemRestart.cpp
testTimeout_SOURCES
=
testTimeout.cpp
testTransactions_SOURCES
=
testTransactions.cpp
...
...
ndb/test/ndbapi/bank/old_dirs/bankCreator/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
BIN_TARGET
=
bankCreator
SOURCES
=
bankCreator.cpp
BIN_TARGET_LIBS
+=
bank
include
$(NDB_TOP)/Epilogue.mk
ndb/test/ndbapi/bank/old_dirs/bankMakeGL/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
BIN_TARGET
=
bankMakeGL
SOURCES
=
bankMakeGL.cpp
BIN_TARGET_LIBS
+=
bank
include
$(NDB_TOP)/Epilogue.mk
ndb/test/ndbapi/bank/old_dirs/bankSumAccounts/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
BIN_TARGET
=
bankSumAccounts
SOURCES
=
bankSumAccounts.cpp
BIN_TARGET_LIBS
+=
bank
include
$(NDB_TOP)/Epilogue.mk
ndb/test/ndbapi/bank/old_dirs/bankTimer/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
BIN_TARGET
=
bankTimer
SOURCES
=
bankTimer.cpp
BIN_TARGET_LIBS
+=
bank
include
$(NDB_TOP)/Epilogue.mk
ndb/test/ndbapi/bank/old_dirs/bankTransactionMaker/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
BIN_TARGET
=
bankTransactionMaker
SOURCES
=
bankTransactionMaker.cpp
BIN_TARGET_LIBS
+=
bank
include
$(NDB_TOP)/Epilogue.mk
ndb/test/ndbapi/bank/old_dirs/bankValidateAllGLs/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
BIN_TARGET
=
bankValidateAllGLs
SOURCES
=
bankValidateAllGLs.cpp
BIN_TARGET_LIBS
+=
bank
include
$(NDB_TOP)/Epilogue.mk
ndb/test/ndbapi/bank/old_dirs/src/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
ARCHIVE_TARGET
=
bank
SOURCES
=
Bank.cpp BankLoad.cpp
include
$(NDB_TOP)/Epilogue.mk
ndb/test/ndbapi/bank/old_dirs/testBank/Makefile
deleted
100644 → 0
View file @
cd5359ce
include
.defs.mk
TYPE
=
ndbapitest
BIN_TARGET
=
testBank
BIN_TARGET_LIBS
+=
bank
SOURCES
=
testBank.cpp
include
$(NDB_TOP)/Epilogue.mk
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