unknown
e1e34b516c
Bug#7626
2005-01-13 23:26:59 +01:00
unknown
7767a687f9
added new methods for NdbTransaction::getNdbIndexOperation() and NdbTransaction::getNdbIndexScanOperation() as recommended
...
made others depricated
updated examples to use recommended
2005-01-10 16:02:36 +01:00
unknown
33465a14d1
fixed a number of doxygen warnings
2005-01-10 01:25:20 +01:00
unknown
fc35a4d05a
added using table object reference in event creation
...
ndb/examples/ndbapi_event_example/ndbapi_event.cpp:
changed using new event constructor
2005-01-07 13:00:51 +01:00
unknown
bec9de67d4
added classification "schema object already exists"
...
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
added classification "schema object already exists"
retrieved error from sub_stop_ref correctly
ndb/src/ndbapi/NdbEventOperationImpl.cpp:
added classification "schema object already exists"
+ added error code for failed prepare drop subscribe event
2005-01-07 10:48:13 +01:00
unknown
58f8f9b3ca
updated event example to make use of new NdbError member in NdbEventOperation
...
added my_pthread_init to get dbug print correct in Hugo
added define for event error code
ndb/examples/ndbapi_event_example/ndbapi_event.cpp:
updated event example to make use of new NdbError member in NdbEventOperation
+ use define to check error code
ndb/include/kernel/signaldata/CreateEvnt.hpp:
updated create event signal to use define
ndb/include/ndbapi/NdbEventOperation.hpp:
added NdbError member to NdbEventOperation
ndb/include/ndbapi/ndberror.h:
added define for event error code
ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
changed name of error code
ndb/src/ndbapi/NdbEventOperation.cpp:
added NdbError
ndb/src/ndbapi/NdbEventOperationImpl.cpp:
added debug printout
added some error handling
ndb/src/ndbapi/NdbEventOperationImpl.hpp:
added NdbError
ndb/src/ndbapi/Ndberr.cpp:
added NdbError for NdbEventOperationImpl
ndb/src/ndbapi/ndberror.c:
changed some error codes
ndb/test/ndbapi/test_event.cpp:
added testcase for BUG#7627
ndb/test/src/HugoTransactions.cpp:
added printout in event
ndb/test/src/NDBT_Test.cpp:
added my_pthread_init to get dbug print correct
2005-01-06 21:13:04 +01:00
unknown
97682b76d2
ndbapi event code cleanup
...
+ some more docs on event
ndb/examples/ndbapi_event_example/ndbapi_event.cpp:
ndbapi event code cleanup
ndb/include/kernel/signaldata/CreateEvnt.hpp:
ndbapi event code cleanup
ndb/include/ndbapi/NdbDictionary.hpp:
ndbapi event code cleanup
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
ndbapi event code cleanup
ndb/src/ndbapi/ndberror.c:
ndbapi event code cleanup
2005-01-05 21:22:37 +01:00
unknown
41b5876edb
last go at enabling using const NdbDictionary didn't work
...
+ some docs update on events
ndb/examples/ndbapi_simple_example/ndbapi_simple.cpp:
updated example somewhat
ndb/include/ndbapi/NdbDictionary.hpp:
fixed some docs
ndb/src/ndbapi/NdbDictionary.cpp:
last go at enabling using const NdbDictionary didn't work
ndb/tools/desc.cpp:
last go at enabling using const NdbDictionary didn't work
ndb/tools/listTables.cpp:
last go at enabling using const NdbDictionary didn't work
2005-01-05 19:59:45 +01:00
unknown
3add897ef9
changed to using NdbTransaction scoped enums
...
and removed usage of Ndb::waitUntilReady()
2005-01-05 17:59:24 +01:00
unknown
c15e0f746b
Hide internal unique index naming
2005-01-04 16:18:45 +01:00
unknown
584f68e8ad
changed example names
...
and updated some docs
2005-01-04 16:15:15 +01:00
unknown
fcdd5e4333
deleted select all example as it is obsolete and replaced by ndbapi_scan_example
...
BitKeeper/deleted/.del-select_all.cpp~de02d1231f741270:
Delete: ndb/examples/select_all/select_all.cpp
BitKeeper/deleted/.del-Makefile~a3c445ed68365196:
Delete: ndb/examples/select_all/Makefile
2005-01-04 14:12:45 +01:00
unknown
46a847e700
changed some NdbConnection to NdbTransaction
2005-01-04 13:47:16 +01:00
unknown
c33a0fc5e4
updated all examples to use mysql c-api create table
2005-01-04 13:36:53 +01:00
unknown
3410ce0927
updated example1 to use mysql c-api for table creation
2005-01-03 23:16:59 +01:00
unknown
cca9cd0bd6
updated ndbapi examples
2005-01-03 20:11:21 +01:00
unknown
f3c625607c
updated ndbapi examples
...
removed references to example2 (asynch api)
ndb/examples/Makefile:
updated ndbapi examples
ndb/examples/ndbapi_example1/ndbapi_example1.cpp:
updated ndbapi examples
ndb/examples/ndbapi_example2/Makefile:
updated ndbapi examples
ndb/examples/ndbapi_example2/ndbapi_example2.cpp:
updated ndbapi examples
ndb/examples/ndbapi_example3/Makefile:
updated ndbapi examples
ndb/examples/ndbapi_example3/ndbapi_example3.cpp:
updated ndbapi examples
ndb/examples/ndbapi_example4/Makefile:
updated ndbapi examples
ndb/examples/ndbapi_example4/ndbapi_example4.cpp:
updated ndbapi examples
ndb/examples/ndbapi_example5/Makefile:
updated ndbapi examples
ndb/examples/ndbapi_example5/ndbapi_example5.cpp:
updated ndbapi examples
ndb/include/ndbapi/Ndb.hpp:
removed references to example2 (asynch api)
ndb/include/ndbapi/NdbRecAttr.hpp:
removed references to example2 (asynch api)
2005-01-03 17:44:57 +01:00
unknown
cf3e08c566
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2005-01-03 13:52:16 +01:00
unknown
ab85635e68
Makefile:
...
fixed ndbapi_example
ndbapi_example1.cpp:
fixed ndbapi_example
ndb/examples/ndbapi_example1/ndbapi_example1.cpp:
fixed ndbapi_example
ndb/examples/ndbapi_example1/Makefile:
fixed ndbapi_example
2005-01-03 13:51:28 +01:00
unknown
fa7b260a11
ndb Updated example
...
ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp:
Updated example
ndb/include/ndbapi/NdbScanFilter.hpp:
Fix default value
2005-01-03 12:07:47 +01:00
unknown
52722f1b43
updated ndbapi examples
2005-01-03 11:31:05 +01:00
unknown
63920158ce
changed to call internal snprintf/vsnprintf
2004-10-21 19:02:01 +00:00
unknown
f0f29d3383
ndb: set column type sets column defaults
2004-09-15 14:52:39 +02:00
unknown
47c877bdf8
ndb_init() to all ndb programs
...
ndb/examples/ndbapi_async_example/ndbapi_async.cpp:
ndb_init()
ndb/examples/ndbapi_example1/ndbapi_example1.cpp:
ndb_init()
ndb/examples/ndbapi_example2/ndbapi_example2.cpp:
ndb_init()
ndb/examples/ndbapi_example3/ndbapi_example3.cpp:
ndb_init()
ndb/examples/ndbapi_example4/ndbapi_example4.cpp:
ndb_init()
ndb/examples/ndbapi_example5/ndbapi_example5.cpp:
ndb_init()
ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp:
ndb_init()
ndb/examples/select_all/select_all.cpp:
ndb_init()
ndb/include/ndb_global.h:
ndb_init()
ndb/src/common/util/Makefile.am:
ndb_init()
ndb/src/kernel/blocks/backup/read.cpp:
ndb_init()
ndb/src/kernel/blocks/backup/restore/main.cpp:
ndb_init()
ndb/src/kernel/main.cpp:
ndb_init()
ndb/src/kernel/vm/Configuration.cpp:
ndb_init()
ndb/src/mgmclient/main.cpp:
ndb_init()
ndb/src/mgmsrv/main.cpp:
ndb_init()
ndb/src/mgmsrv/mkconfig/mkconfig.cpp:
ndb_init()
ndb/src/ndbapi/Ndbinit.cpp:
ndb_init()
ndb/test/ndbapi/acid.cpp:
ndb_init()
ndb/test/ndbapi/acid2.cpp:
ndb_init()
ndb/test/ndbapi/benchronja.cpp:
ndb_init()
ndb/test/ndbapi/bulk_copy.cpp:
ndb_init()
ndb/test/ndbapi/cdrserver.cpp:
ndb_init()
ndb/test/ndbapi/celloDb.cpp:
ndb_init()
ndb/test/ndbapi/create_all_tabs.cpp:
ndb_init()
ndb/test/ndbapi/create_tab.cpp:
ndb_init()
ndb/test/ndbapi/drop_all_tabs.cpp:
ndb_init()
ndb/test/ndbapi/flexAsynch.cpp:
ndb_init()
ndb/test/ndbapi/flexBench.cpp:
ndb_init()
ndb/test/ndbapi/flexHammer.cpp:
ndb_init()
ndb/test/ndbapi/flexScan.cpp:
ndb_init()
ndb/test/ndbapi/flexTT.cpp:
ndb_init()
ndb/test/ndbapi/flexTimedAsynch.cpp:
ndb_init()
ndb/test/ndbapi/flex_bench_mysql.cpp:
ndb_init()
ndb/test/ndbapi/index.cpp:
ndb_init()
ndb/test/ndbapi/index2.cpp:
ndb_init()
ndb/test/ndbapi/initronja.cpp:
ndb_init()
ndb/test/ndbapi/interpreterInTup.cpp:
ndb_init()
ndb/test/ndbapi/mainAsyncGenerator.cpp:
ndb_init()
ndb/test/ndbapi/msa.cpp:
ndb_init()
ndb/test/ndbapi/restarter.cpp:
ndb_init()
ndb/test/ndbapi/restarter2.cpp:
ndb_init()
ndb/test/ndbapi/restarts.cpp:
ndb_init()
ndb/test/ndbapi/size.cpp:
ndb_init()
ndb/test/ndbapi/slow_select.cpp:
ndb_init()
ndb/test/ndbapi/testBackup.cpp:
ndb_init()
ndb/test/ndbapi/testBasic.cpp:
ndb_init()
ndb/test/ndbapi/testBasicAsynch.cpp:
ndb_init()
ndb/test/ndbapi/testBlobs.cpp:
ndb_init()
ndb/test/ndbapi/testDataBuffers.cpp:
ndb_init()
ndb/test/ndbapi/testDeadlock.cpp:
ndb_init()
ndb/test/ndbapi/testDict.cpp:
ndb_init()
ndb/test/ndbapi/testGrep.cpp:
ndb_init()
ndb/test/ndbapi/testGrepVerify.cpp:
ndb_init()
ndb/test/ndbapi/testIndex.cpp:
ndb_init()
ndb/test/ndbapi/testInterpreter.cpp:
ndb_init()
ndb/test/ndbapi/testMgm.cpp:
ndb_init()
ndb/test/ndbapi/bank/bankCreator.cpp:
ndb_init()
ndb/test/ndbapi/bank/bankMakeGL.cpp:
ndb_init()
ndb/test/ndbapi/bank/bankSumAccounts.cpp:
ndb_init()
ndb/test/ndbapi/bank/bankTimer.cpp:
ndb_init()
ndb/test/ndbapi/bank/bankTransactionMaker.cpp:
ndb_init()
ndb/test/ndbapi/bank/bankValidateAllGLs.cpp:
ndb_init()
ndb/test/ndbapi/bank/testBank.cpp:
ndb_init()
ndb/test/ndbapi/testNdbApi.cpp:
ndb_init()
ndb/test/ndbapi/testNodeRestart.cpp:
ndb_init()
ndb/test/ndbapi/testOIBasic.cpp:
ndb_init()
ndb/test/ndbapi/testOperations.cpp:
ndb_init()
ndb/test/ndbapi/testOrderedIndex.cpp:
ndb_init()
ndb/test/ndbapi/testReadPerf.cpp:
ndb_init()
ndb/test/ndbapi/testRestartGci.cpp:
ndb_init()
ndb/test/ndbapi/testScan.cpp:
ndb_init()
ndb/test/ndbapi/testScanInterpreter.cpp:
ndb_init()
ndb/test/ndbapi/testScanPerf.cpp:
ndb_init()
ndb/test/ndbapi/testSystemRestart.cpp:
ndb_init()
ndb/test/ndbapi/testTimeout.cpp:
ndb_init()
ndb/test/ndbapi/testTransactions.cpp:
ndb_init()
ndb/test/ndbapi/test_event.cpp:
ndb_init()
ndb/test/run-test/main.cpp:
ndb_init()
ndb/test/src/NDBT_Test.cpp:
ndb_init()
ndb/test/tools/copy_tab.cpp:
ndb_init()
ndb/test/tools/cpcc.cpp:
ndb_init()
ndb/test/tools/create_index.cpp:
ndb_init()
ndb/test/tools/hugoCalculator.cpp:
ndb_init()
ndb/test/tools/hugoFill.cpp:
ndb_init()
ndb/test/tools/hugoLoad.cpp:
ndb_init()
ndb/test/tools/hugoLockRecords.cpp:
ndb_init()
ndb/test/tools/hugoPkDelete.cpp:
ndb_init()
ndb/test/tools/hugoPkRead.cpp:
ndb_init()
ndb/test/tools/hugoPkReadRecord.cpp:
ndb_init()
ndb/test/tools/hugoPkUpdate.cpp:
ndb_init()
ndb/test/tools/hugoScanRead.cpp:
ndb_init()
ndb/test/tools/hugoScanUpdate.cpp:
ndb_init()
ndb/test/tools/restart.cpp:
ndb_init()
ndb/test/tools/transproxy.cpp:
ndb_init()
ndb/test/tools/verify_index.cpp:
ndb_init()
ndb/tools/delete_all.cpp:
ndb_init()
ndb/tools/desc.cpp:
ndb_init()
ndb/tools/drop_index.cpp:
ndb_init()
ndb/tools/drop_tab.cpp:
ndb_init()
ndb/tools/listTables.cpp:
ndb_init()
ndb/tools/ndbsql.cpp:
ndb_init()
ndb/tools/select_all.cpp:
ndb_init()
ndb/tools/select_count.cpp:
ndb_init()
ndb/tools/waiter.cpp:
ndb_init()
2004-09-15 11:49:18 +02:00
unknown
551ac8d69c
more removing of "system" files and introducing ndb_global/my_global
...
BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671:
Delete: ndb/include/portlib/NdbStdio.h
BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f:
Delete: ndb/include/util/NdbString.h
BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9:
Delete: ndb/include/portlib/NdbConstant.hpp
BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985:
Delete: ndb/include/portlib/NdbUnistd.h
2004-05-07 15:34:12 +02:00
unknown
5f02d41c0d
Merge NDB patches into 4.1-clone, below is list of changesets
...
# --------------------------------------------
# 04/04/13 joreland@mysql.com 1.1858.1.1
# Removal of NDBT_Table
# --------------------------------------------
# 04/04/13 joreland@mysql.com 1.1858.1.2
# Removal of NDBT_Table
# --------------------------------------------
# 04/04/13 joreland@mysql.com 1.1858.1.3
# Fix for crashing AT
# --------------------------------------------
# 04/04/13 joreland@mysql.com 1.1858.1.4
# Bug fixes in testIndex
# --------------------------------------------
# 04/04/13 joreland@mysql.com 1.1866.1.5
# Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into mysql.com:/home/jonas/src/tmp
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1858.1.5
# Fix for takeover when accessing indexes.
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1866.1.6
# Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into mysql.com:/home/jonas/src/tmp
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1858.2.1
# Fixed error handling of fire_trigger_ord + lqhkeyref w.r.t indexes
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1858.2.2
# Simple retry mechanism in UTIL
# Helps testIndex -n BuildDuring _a lot_
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1858.2.3
# Misc fixes to test prg.
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1858.2.4
# Allow more retires on application errors
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1858.2.5
# Pass no of rows fetched in SUB_SYNC_CONTINUE_REQ
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1869
# wl1714
# Improve parallellism
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1870
# Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into mysql.com:/home/jonas/src/wl1714
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1866.1.7
# Merge
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1871
# Merge mysql.com:/home/jonas/src/wl1714
# into mysql.com:/home/jonas/src/mysql-4.1-ndb
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1872
# Fix for testScan -n ScanReadError5030
# --------------------------------------------
# 04/04/14 joreland@mysql.com 1.1873
# fix testDict -n FragmentType*
# --------------------------------------------
# 04/04/14 johan@stingray.(none) 1.1866.2.1
# small fixes
# --------------------------------------------
# 04/04/14 johan@stingray.(none) 1.1874
# Merge jandersson@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into stingray.(none):/space/bk/rep/mysql-4.1-ndb
# --------------------------------------------
# 04/04/14 johan@stingray.(none) 1.1875
# handle rep node as an api node
# --------------------------------------------
# 04/04/14 pekka@mysql.com 1.1873.1.1
# Fix for NDBT_Table removal
# --------------------------------------------
# 04/04/15 joreland@mysql.com 1.1873.1.2
# Uninitialized var.
# --------------------------------------------
# 04/04/15 johan@stingray.(none) 1.1876
# Merge jandersson@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into stingray.(none):/space/bk/rep/mysql-4.1-ndb
# --------------------------------------------
# 04/04/15 joreland@mysql.com 1.1873.1.3
# Write pid before changing user
# (as runas user probably doesn't have permissions on pid-dir)
# --------------------------------------------
# --------------------------------------------
# 04/04/15 ndb@mc03.ndb.mysql.com 1.1862.1.3
# Fix printout of varchars
# --------------------------------------------
# 04/04/15 ndb@mc03.ndb.mysql.com 1.1877
# Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into mc03.ndb.mysql.com:/space/ndb/tmp
# --------------------------------------------
# 04/04/15 ndb@mc03.ndb.mysql.com 1.1862.1.4
# Hmm.. don't print attr as many times as length of array
# --------------------------------------------
# 04/04/15 ndb@mc03.ndb.mysql.com 1.1878
# Merge mc03.ndb.mysql.com:/space/ndb/mysql-4.1-ndb
# into mc03.ndb.mysql.com:/space/ndb/tmp
# --------------------------------------------
# 04/04/15 joreland@mysql.com 1.1876.1.1
# Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into mysql.com:/home/jonas/src/mysql-4.1-ndb
# --------------------------------------------
# 04/04/15 joreland@mysql.com 1.1877.1.1
# Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into mysql.com:/home/jonas/src/mysql-4.1-ndb
# --------------------------------------------
# 04/04/15 ndb@mc03.ndb.mysql.com 1.1879
# Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
# into mc03.ndb.mysql.com:/space/ndb/tmp
# --------------------------------------------
# 04/04/17 joreland@mysql.com 1.1880
# LCP bug when restarting ops take's longer than DIH sending a new lcp ord
# Solution:
# Send LCP_FRAG_REP after restarting all ops
# --------------------------------------------
# 04/04/18 joreland@mysql.com 1.1881
# Missspelled ERROR_INSERT
# --------------------------------------------
# 04/04/18 joreland@mysql.com 1.1882
# Added possibility to log only distributed signals
# --------------------------------------------
# 04/04/22 joreland@mysql.com 1.1883
# Removed dependancy to libstdc++
# * pure virtual functions "__cxa_pure_virtual" is defined in libstd++ ->
# remove all pure virtual functions
# --------------------------------------------
# 04/04/23 joreland@mysql.com 1.1884
# Various minor bug fixes for problems found while compiling
# with icc
# --------------------------------------------
# --------------------------------------------
# 04/04/25 joreland@mysql.com 1.1885
# Removed debug code (joreland:1.1875)
# --------------------------------------------
# 04/04/26 ejonore@mc03.ndb.mysql.com 1.1862.1.5
# Lock pages in memory _after_ daemon-mode (exec/fork)
# --------------------------------------------
# 04/04/27 ejonore@mc03.ndb.mysql.com 1.1862.1.6
# 1) Trap abort()
# 2) StopStart/StopAborted events
# 3) warning if memlock fails
# 4) use g_logger more often (instead of ndbout)
#
# --------------------------------------------
# 04/04/27 joreland@mysql.com 1.1886
# bug fix for a bug in wl1714 + software upgrade
# --------------------------------------------
# 04/04/27 joreland@mysql.com 1.1887
# Cset exclude: joreland@mysql.com|ChangeSet|20040422160720|05374
# --------------------------------------------
# 04/04/27 joreland@mysql.com 1.1888
# removed libstc++ second try...
# --------------------------------------------
# 04/04/28 ejonore@mc03.ndb.mysql.com 1.1862.1.7
# 1) Don't lock FUTURE pages but only current
# 2) Do this when SIZEALT has completed
# --------------------------------------------
# 04/04/30 joreland@mysql.com 1.1889
# Merge jonas@orca:/home/ndb/releases/mysql-4.1-ndb-3.4.x
# into mysql.com:/home/jonas/src/mysql-4.1-ndb
# --------------------------------------------
# 04/05/03 ndb@mc03.ndb.mysql.com 1.1862.1.8
# Version update
# --------------------------------------------
# 04/05/03 joreland@mysql.com 1.1862.3.1
# Changed restart behavior.
# Use "angel" process which monitor "real" process
# --------------------------------------------
# 04/05/03 joreland@mysql.com 1.1862.1.9
# Merge jonas@orca:/home/ndb/releases/mysql-4.1-ndb-3.4.x
# into mysql.com:/home/jonas/src/mysql-4.1-ndb-3.4.x
# --------------------------------------------
# 04/05/03 joreland@mysql.com 1.1890
# Merge B2 fixes
# --------------------------------------------
# --------------------------------------------
# 04/05/03 joreland@mysql.com 1.1862.1.10
# Better handling of children terminations
# --------------------------------------------
# 04/05/03 joreland@mysql.com 1.1862.1.11
# Fixes for angel-restarting
# --------------------------------------------
# 04/05/03 joreland@mysql.com 1.1891
# Merge mysql.com:/home/jonas/src/mysql-4.1-ndb-3.4.x
# into mysql.com:/home/jonas/src/mysql-4.1-ndb
# --------------------------------------------
#
ndb/config/Defs.LINUX.x86.GCC.mk:
Merge ndb fixes
ndb/examples/ndbapi_async_example/Makefile:
Merge ndb fixes
ndb/examples/ndbapi_async_example/ndbapi_async.cpp:
Merge ndb fixes
ndb/examples/ndbapi_scan_example/Makefile:
Merge ndb fixes
ndb/include/debugger/SignalLoggerManager.hpp:
Merge ndb fixes
ndb/include/kernel/signaldata/ScanFrag.hpp:
Merge ndb fixes
ndb/include/ndb_version.h:
Merge ndb fixes
ndb/include/ndbapi/NdbScanOperation.hpp:
Merge ndb fixes
ndb/include/util/SocketServer.hpp:
Merge ndb fixes
ndb/src/common/debugger/SignalLoggerManager.cpp:
Merge ndb fixes
ndb/src/common/logger/ConsoleLogHandler.cpp:
Merge ndb fixes
ndb/src/common/portlib/unix/NdbMem.c:
Merge ndb fixes
ndb/src/common/util/Makefile:
Merge ndb fixes
ndb/src/common/util/version.c:
Merge ndb fixes
ndb/src/cw/cpcd/Process.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/ERROR_codes.txt:
Merge ndb fixes
ndb/src/kernel/blocks/backup/restore/Restore.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/backup/restore/Restore.hpp:
Merge ndb fixes
ndb/src/kernel/blocks/backup/restore/main.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
Merge ndb fixes
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
Merge ndb fixes
ndb/src/kernel/blocks/dbtc/DbtcInit.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/dbutil/DbUtil.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/dbutil/DbUtil.hpp:
Merge ndb fixes
ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/ndbfs/Filename.cpp:
Merge ndb fixes
ndb/src/kernel/blocks/suma/Suma.cpp:
Merge ndb fixes
ndb/src/kernel/error/Error.hpp:
Merge ndb fixes
ndb/src/kernel/ndb-main/Main.cpp:
Merge ndb fixes
ndb/src/kernel/vm/Configuration.cpp:
Merge ndb fixes
ndb/src/kernel/vm/Configuration.hpp:
Merge ndb fixes
ndb/src/kernel/vm/DLFifoList.hpp:
Merge ndb fixes
ndb/src/kernel/vm/Emulator.cpp:
Merge ndb fixes
ndb/src/kernel/vm/SignalCounter.hpp:
Merge ndb fixes
ndb/src/kernel/vm/SimulatedBlock.cpp:
Merge ndb fixes
ndb/src/mgmsrv/MgmtSrvr.cpp:
Merge ndb fixes
ndb/src/mgmsrv/NodeLogLevel.cpp:
Merge ndb fixes
ndb/src/ndbapi/ClusterMgr.cpp:
Merge ndb fixes
ndb/src/ndbapi/Ndberror.cpp:
Merge ndb fixes
ndb/src/rep/rep_version.hpp:
Merge ndb fixes
ndb/test/ndbapi/testDict/testDict.cpp:
Merge ndb fixes
ndb/test/ndbapi/testIndex/testIndex.cpp:
Merge ndb fixes
ndb/test/ndbapi/testMgm/testMgm.cpp:
Merge ndb fixes
ndb/test/ndbapi/testScan/testScan.cpp:
Merge ndb fixes
ndb/test/src/HugoTransactions.cpp:
Merge ndb fixes
ndb/test/src/NDBT_Tables.cpp:
Merge ndb fixes
ndb/test/src/NDBT_Test.cpp:
Merge ndb fixes
ndb/test/src/UtilTransactions.cpp:
Merge ndb fixes
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2004-05-04 11:19:19 +02:00
unknown
e6240e593d
Fix up of Makefiles for NDB Cluster
...
BitKeeper/deleted/.del-init_rm.c~47230fcd35059112:
Delete: ndb/tools/init_rm/init_rm.c
ndb/examples/Makefile:
Add target for clean_dep
ndb/src/Makefile:
Remove env dir
ndb/test/ndbapi/Makefile:
Remove some old stuff
ndb/test/ndbapi/flexAsynch/Makefile:
Cleanup
ndb/test/ndbapi/flexBench/Makefile:
Cleanup
ndb/test/ndbapi/flexTT/Makefile:
Cleanup
ndb/test/odbc/Makefile:
Don't compile test dm-unixodb for now
ndb/tools/Makefile:
Remove init_rm tool
2004-04-14 11:55:14 +02:00
unknown
6386c55cee
Initial revision of NDB Cluster files
...
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2004-04-14 10:53:21 +02:00