mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
a7fe1c3933
ndb/include/kernel/AttributeDescriptor.hpp: wl-1732 support all charsets ndb/include/kernel/ndb_limits.h: wl-1732 support all charsets ndb/include/kernel/signaldata/TuxBound.hpp: wl-1732 support all charsets ndb/include/util/NdbSqlUtil.hpp: wl-1732 support all charsets ndb/src/common/util/NdbSqlUtil.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbacc/Dbacc.hpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbacc/DbaccInit.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbdict/Dbdict.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtc/Dbtc.hpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtup/Dbtup.hpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp: wl-1732 support all charsets ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: wl-1732 support all charsets ndb/src/ndbapi/NdbDictionaryImpl.cpp: wl-1732 support all charsets ndb/src/ndbapi/NdbOperationDefine.cpp: wl-1732 support all charsets ndb/src/ndbapi/NdbOperationSearch.cpp: wl-1732 support all charsets ndb/src/ndbapi/NdbScanOperation.cpp: wl-1732 support all charsets ndb/src/ndbapi/ndberror.c: wl-1732 support all charsets ndb/test/ndbapi/Makefile.am: wl-1732 support all charsets ndb/test/ndbapi/testOIBasic.cpp: wl-1732 support all charsets ndb/tools/desc.cpp: wl-1732 support all charsets
93 lines
2.5 KiB
Makefile
93 lines
2.5 KiB
Makefile
|
|
SUBDIRS = bank
|
|
|
|
ndbtest_PROGRAMS = \
|
|
flexBench \
|
|
drop_all_tabs \
|
|
create_all_tabs \
|
|
create_tab \
|
|
flexAsynch \
|
|
flexBench \
|
|
flexHammer \
|
|
flexTT \
|
|
testBackup \
|
|
testBasic \
|
|
testBasicAsynch \
|
|
testBlobs \
|
|
testDataBuffers \
|
|
testDict \
|
|
testIndex \
|
|
testMgm \
|
|
testNdbApi \
|
|
testNodeRestart \
|
|
testOIBasic \
|
|
testOperations \
|
|
testRestartGci \
|
|
testScan \
|
|
testScanInterpreter \
|
|
testScanPerf \
|
|
testSystemRestart \
|
|
testTimeout \
|
|
testTransactions \
|
|
testDeadlock \
|
|
test_event ndbapi_slow_select testReadPerf testLcp \
|
|
testPartitioning \
|
|
testBitfield foo
|
|
|
|
#flexTimedAsynch
|
|
#testBlobs
|
|
#flex_bench_mysql
|
|
|
|
create_all_tabs_SOURCES = create_all_tabs.cpp
|
|
create_tab_SOURCES = create_tab.cpp
|
|
drop_all_tabs_SOURCES = drop_all_tabs.cpp
|
|
flexAsynch_SOURCES = flexAsynch.cpp
|
|
flexBench_SOURCES = flexBench.cpp
|
|
flexHammer_SOURCES = flexHammer.cpp
|
|
flexTT_SOURCES = flexTT.cpp
|
|
#flexTimedAsynch_SOURCES = flexTimedAsynch.cpp
|
|
#flex_bench_mysql_SOURCES = flex_bench_mysql.cpp
|
|
testBackup_SOURCES = testBackup.cpp
|
|
testBasic_SOURCES = testBasic.cpp
|
|
testBasicAsynch_SOURCES = testBasicAsynch.cpp
|
|
testBlobs_SOURCES = testBlobs.cpp
|
|
testDataBuffers_SOURCES = testDataBuffers.cpp
|
|
testDict_SOURCES = testDict.cpp
|
|
testIndex_SOURCES = testIndex.cpp
|
|
testMgm_SOURCES = testMgm.cpp
|
|
testNdbApi_SOURCES = testNdbApi.cpp
|
|
testNodeRestart_SOURCES = testNodeRestart.cpp
|
|
testOIBasic_SOURCES = testOIBasic.cpp
|
|
testOperations_SOURCES = testOperations.cpp
|
|
testRestartGci_SOURCES = testRestartGci.cpp
|
|
testScan_SOURCES = testScan.cpp ScanFunctions.hpp
|
|
testScanInterpreter_SOURCES = testScanInterpreter.cpp ScanFilter.hpp ScanInterpretTest.hpp
|
|
testScanPerf_SOURCES = testScanPerf.cpp
|
|
testSystemRestart_SOURCES = testSystemRestart.cpp
|
|
testTimeout_SOURCES = testTimeout.cpp
|
|
testTransactions_SOURCES = testTransactions.cpp
|
|
testDeadlock_SOURCES = testDeadlock.cpp
|
|
test_event_SOURCES = test_event.cpp
|
|
ndbapi_slow_select_SOURCES = slow_select.cpp
|
|
testReadPerf_SOURCES = testReadPerf.cpp
|
|
testLcp_SOURCES = testLcp.cpp
|
|
testPartitioning_SOURCES = testPartitioning.cpp
|
|
testBitfield_SOURCES = testBitfield.cpp
|
|
foo_SOURCES = foo.cpp
|
|
|
|
INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel
|
|
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
include $(top_srcdir)/ndb/config/type_ndbapitest.mk.am
|
|
|
|
##testDict_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
##testIndex_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
##testSystemRestart_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
##testTransactions_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
testBackup_LDADD = $(LDADD) bank/libbank.a
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|
|
|
|
|
|
|