Commit 3fcee2a4 authored by unknown's avatar unknown
Browse files

ndb - bug#21191: test pgm: testIndexStat


storage/ndb/test/ndbapi/Makefile.am:
  test records in range
storage/ndb/test/ndbapi/testIndexStat.cpp:
  test records in range
parent e28278f0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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)

+1406 −0

File added.

Preview size limit exceeded, changes collapsed.