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
7edad61c
Commit
7edad61c
authored
Oct 01, 2006
by
pekka@orca.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - bug#21191: test pgm: testIndexStat
parent
94e17bd6
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1410 additions
and
1 deletion
+1410
-1
storage/ndb/test/ndbapi/Makefile.am
storage/ndb/test/ndbapi/Makefile.am
+4
-1
storage/ndb/test/ndbapi/testIndexStat.cpp
storage/ndb/test/ndbapi/testIndexStat.cpp
+1406
-0
No files found.
storage/ndb/test/ndbapi/Makefile.am
View file @
7edad61c
...
...
@@ -36,7 +36,8 @@ testPartitioning \
testBitfield
\
DbCreate DbAsyncGenerator
\
testSRBank
\
test_event_merge
test_event_merge
\
testIndexStat
EXTRA_PROGRAMS
=
\
test_event
\
...
...
@@ -87,6 +88,7 @@ DbAsyncGenerator_SOURCES = bench/mainAsyncGenerator.cpp bench/asyncGenerator.cpp
testSRBank_SOURCES
=
testSRBank.cpp
test_event_merge_SOURCES
=
test_event_merge.cpp
test_event_multi_table_SOURCES
=
test_event_multi_table.cpp
testIndexStat_SOURCES
=
testIndexStat.cpp
INCLUDES_LOC
=
-I
$(top_srcdir)
/storage/ndb/include/kernel
...
...
@@ -168,3 +170,4 @@ testScan.dsp: Makefile \
@
$(top_srcdir)
/storage/ndb/config/win-sources
$@
$(testScan_SOURCES)
@
$(top_srcdir)
/storage/ndb/config/win-libraries
$@
LINK
$(LDADD)
storage/ndb/test/ndbapi/testIndexStat.cpp
0 → 100644
View file @
7edad61c
This diff is collapsed.
Click to expand it.
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