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
709b1b89
Commit
709b1b89
authored
May 26, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefix
parent
7c40ea2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
ndb/test/ndbapi/Makefile.am
ndb/test/ndbapi/Makefile.am
+2
-2
ndb/test/tools/Makefile.am
ndb/test/tools/Makefile.am
+6
-3
No files found.
ndb/test/ndbapi/Makefile.am
View file @
709b1b89
...
...
@@ -11,7 +11,6 @@ flexBench \
flexHammer
\
flexScan
\
flexTT
\
flexTimedAsynch
\
testBackup
\
testBasic
\
testBasicAsynch
\
...
...
@@ -31,6 +30,7 @@ testTimeout \
testTransactions
\
test_event
#flexTimedAsynch
#testBlobs
#flex_bench_mysql
...
...
@@ -42,7 +42,7 @@ flexBench_SOURCES = flexBench.cpp
flexHammer_SOURCES
=
flexHammer.cpp
flexScan_SOURCES
=
flexScan.cpp
flexTT_SOURCES
=
flexTT.cpp
flexTimedAsynch_SOURCES
=
flexTimedAsynch.cpp
#
flexTimedAsynch_SOURCES = flexTimedAsynch.cpp
#flex_bench_mysql_SOURCES = flex_bench_mysql.cpp
testBackup_SOURCES
=
testBackup.cpp
testBasic_SOURCES
=
testBasic.cpp
...
...
ndb/test/tools/Makefile.am
View file @
709b1b89
bin_PROGRAMS
=
waiter hugoCalculator hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hugoPkReadRecord hugoPkUpdate hugoScanRead hugoScanUpdate restart verify_index copy_tab create_index
bin_PROGRAMS
=
waiter hugoCalculator hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hugoPkReadRecord hugoPkUpdate hugoScanRead hugoScanUpdate restart verify_index copy_tab create_index
ndb_cpcc
# ndb_cpcc
# transproxy
hugoCalculator_SOURCES
=
hugoCalculator.cpp
...
...
@@ -20,10 +19,14 @@ waiter_SOURCES = waiter.cpp
verify_index_SOURCES
=
verify_index.cpp
copy_tab_SOURCES
=
copy_tab.cpp
create_index_SOURCES
=
create_index.cpp
#ndb_cpcc_SOURCES = cpcc.cpp
ndb_cpcc_SOURCES
=
cpcc.cpp
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/mgmclient
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapitest.mk.am
ndb_cpcc_LDADD
=
$(LDADD)
$(top_srcdir)
/ndb/src/mgmclient/CpcClient.o
# 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