An error occurred fetching the project authors.
  1. 05 Jan, 2005 2 commits
    • unknown's avatar
      last go at enabling using const NdbDictionary didn't work · f8a9ce28
      unknown authored
      + 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
      f8a9ce28
    • unknown's avatar
      changed to using NdbTransaction scoped enums · f14e155d
      unknown authored
      and removed usage of Ndb::waitUntilReady()
      
      f14e155d
  2. 04 Jan, 2005 2 commits
  3. 09 Dec, 2004 1 commit
    • unknown's avatar
      ndb - Fix printout/bugs for bit column · a3a9d253
      unknown authored
      ndb/include/kernel/AttributeHeader.hpp:
        Add pseudo column for row size
      ndb/include/ndbapi/NdbDictionary.hpp:
        Add pseudo column for row size
      ndb/include/util/Bitmask.hpp:
        Remove assert which was not needed
      ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        Missing break
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        1) New pseudo column ROW_SIZE
        2) Fix bug in Bit columns
      ndb/src/ndbapi/NdbDictionary.cpp:
        Fix prinout of bit column
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Bug fix Bit column
      ndb/src/ndbapi/NdbRecAttr.cpp:
        Fix prinout of bit column
      ndb/test/src/HugoCalculator.cpp:
        Bit enable Hugo
      ndb/test/src/HugoOperations.cpp:
        Bit enable Hugo
      ndb/test/src/NDBT_Tables.cpp:
        Bit enable Hugo
      a3a9d253
  4. 07 Dec, 2004 1 commit
  5. 06 Dec, 2004 2 commits
    • unknown's avatar
      bf31ceb7
    • unknown's avatar
      wl2126 - ndb - set correct found_p using new pseudo column NDB$RANGE_NO · 3ba2ea26
      unknown authored
      ndb/include/kernel/AttributeHeader.hpp:
        Added range_no pseudo column
      ndb/include/ndbapi/NdbDictionary.hpp:
        Added range_no pseudo column
      ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        Add support for reading range_no
      ndb/include/ndbapi/NdbReceiver.hpp:
        Add support for reading range_no
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Add support for reading range_no
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Added range_no pseudo column
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Added range_no pseudo column
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        Added range_no pseudo column
      ndb/src/ndbapi/NdbDictionary.cpp:
        Added range_no pseudo column
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Added range_no pseudo column
      ndb/src/ndbapi/NdbReceiver.cpp:
        Add support for reading range_no
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Read range no
      sql/ha_ndbcluster.cc:
        Set correct found_p using new feature read_range_no
      sql/ha_ndbcluster.h:
        Set correct found_p using new feature read_range_no
      3ba2ea26
  6. 08 Nov, 2004 1 commit
    • unknown's avatar
      ndb: bug#6451 · ec33031e
      unknown authored
      1) fix so that missing blob tables don't prevent table from being
          dropped
      2) decrease size of blob part if record length exceeds max length
      3) add test case for table wo/ corresponding blob table
      4) init scan counters when sending scan_tabreq
      
      
      mysql-test/r/ndb_autodiscover.result:
        testcase for table wo/ corresponding blob tables
      mysql-test/r/ndb_autodiscover2.result:
        testcase for table wo/ corresponding blob tables
      mysql-test/t/ndb_autodiscover.test:
        testcase for table wo/ corresponding blob tables
      mysql-test/t/ndb_autodiscover2.test:
        testcase for table wo/ corresponding blob tables
      ndb/include/ndbapi/NdbDictionary.hpp:
        Add non-const get column
      ndb/src/ndbapi/NdbDictionary.cpp:
        Add non-const get column
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Allow "partially" getTable, which enables dropping of tables
           that fails to create blob tables
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Init counter when sending SCAN_TABREQ
      sql/ha_ndbcluster.cc:
        Make sure that blob don't have to big part size
      ec33031e
  7. 03 Nov, 2004 1 commit
  8. 02 Nov, 2004 1 commit
    • unknown's avatar
      correct distr key handling · 5baa5bac
      unknown authored
      ndb/src/ndbapi/NdbDictionary.cpp:
        print if something is distribution key
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Init theNoOfTupKeyLeft
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Charsets
      5baa5bac
  9. 31 Oct, 2004 1 commit
    • unknown's avatar
      wl1540, 1802 · 0b849317
      unknown authored
      Index scan/lookup (only scan specific fragment)
      
      
      ndb/include/kernel/signaldata/TcIndx.hpp:
        Removed TxIndxReq
      ndb/include/ndbapi/NdbDictionary.hpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/include/ndbapi/NdbOperation.hpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/include/util/md5_hash.hpp:
        Added possibility to get all 4 32-bit hash values
      ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        Removed TxIndxReq
      ndb/src/common/debugger/signaldata/TcIndx.cpp:
        Removed TxIndxReq
      ndb/src/common/util/md5_hash.cpp:
        Added possibility to get all 4 32-bit hash values
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        removed fragbits from hash value
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        removed unused frag offset (k+fragbits)
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        removed unused frag offset (k+fragbits)
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        Removed TxIndxReq
        Removed distribution group
        Added possibility for API to set fragment hash value
        Split hashvalue into 2 32bit words
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Removed TxIndxReq
        Removed distribution group
        Added possibility for API to set fragment hash value
        Split hashvalue into 2 32bit words
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        removed unused frag offset (k+fragbits)
      ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp:
        removed unused frag offset (k+fragbits)
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Removed TxIndxReq
      ndb/src/ndbapi/NdbDictionary.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Removed TxIndxReq
      ndb/src/ndbapi/NdbOperation.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/src/ndbapi/NdbOperationExec.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/src/ndbapi/NdbOperationSearch.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/test/src/HugoOperations.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      ndb/test/src/NdbSchemaOp.cpp:
        Removed 
        1) Tuple key
        2) Distribution group
        3) index only storage
      0b849317
  10. 25 Sep, 2004 1 commit
    • unknown's avatar
      bug#5702 · 25a328c5
      unknown authored
      more bug fixes.
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        DropIndex -
        1) return Invalid version 
        2) Mark as IS_DROPPING so that 2 simulatainious threads can't drop it
      ndb/src/ndbapi/NdbDictionary.cpp:
        Changed listIndex from taking table name to taking table id
        (should be index version aswell)
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        List indexes using id
        Fix log towards m_globalHash
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        List indexes using tableid (indexid)
      25a328c5
  11. 15 Sep, 2004 2 commits
  12. 14 Sep, 2004 2 commits
    • unknown's avatar
      new method to set size of local table data · de9882e3
      unknown authored
      clearer configure description texts
      changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
      moved allocation/deletion of Ndb objects to Thd_ndb
      
      
      ndb/include/ndbapi/NdbDictionary.hpp:
        new method to set size of local table data
      ndb/src/mgmsrv/ConfigInfo.cpp:
        clearer configure description texts
      ndb/src/ndbapi/DictCache.cpp:
        changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      ndb/src/ndbapi/DictCache.hpp:
        changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      ndb/src/ndbapi/NdbDictionary.cpp:
        new method to set size of local table data
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        new method to set size of local table data
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        new method to set size of local table data
      sql/ha_ndbcluster.cc:
        new method to set size of local table data
        moved allocation/deletion of Ndb objects to Thd_ndb
      sql/ha_ndbcluster.h:
        move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
      de9882e3
    • unknown's avatar
      moved all ndb thread specific data into new placeholder · 81e97da3
      unknown authored
      new methods to keep "records" up to date
      unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
      new methods to keep "records" up to datecorrect record field in ndbcluster handler
      new method for ndbcluster handler to store/retrieve table and thread specific data
      changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      hanged deleteKey to return ponter to deleted object
      moved heavy global cache fetch from inline to separate method
      
      
      mysql-test/r/ndb_alter_table.result:
        correct record field in ndbcluster handler
      mysql-test/r/ndb_blob.result:
        correct record field in ndbcluster handler
      ndb/include/ndbapi/NdbDictionary.hpp:
        new method for ndbcluster handler to store/retrieve table and thread specific data
      ndb/src/ndbapi/DictCache.cpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      ndb/src/ndbapi/DictCache.hpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      ndb/src/ndbapi/Ndb.cpp:
        replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
      ndb/src/ndbapi/NdbDictionary.cpp:
        new method for ndbcluster handler to store/retrieve table and thread specific data
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
        moved heavy global cache fetch from inline to separate method
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
      ndb/src/ndbapi/NdbLinHash.hpp:
        changed deleteKey to return ponter to deleted object
      sql/ha_ndbcluster.cc:
        moved all ndb thread specific data into new placeholder
        new methods to keep "records" up to date
        unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
      sql/ha_ndbcluster.h:
        new methods to keep "records" up to date
      sql/sql_class.h:
        moved all ndb thread specific data into new placeholder
      81e97da3
  13. 11 Sep, 2004 1 commit
  14. 27 Aug, 2004 1 commit
    • unknown's avatar
      Added 3 psuedo columns · 29d0c9e6
      unknown authored
      Cleaned up code
      Changed ndb_select_all
      
      
      ndb/include/kernel/AttributeHeader.hpp:
        Added commit count to psuedo columns
        Added bit for psuedo columns
      ndb/include/kernel/GlobalSignalNumbers.h:
        Changed into READ_PSUEDO
      ndb/include/ndbapi/NdbDictionary.hpp:
        Added 3 psuedo columns
      ndb/include/ndbapi/NdbOperation.hpp:
        Added 3 psuedo columns
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbacc/DbaccInit.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/ndbapi/NdbDictionary.cpp:
        Added 3 psuedo columns
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Added 3 psuedo columns
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Added 3 psuedo columns
      ndb/src/ndbapi/NdbOperation.cpp:
        Added 3 psuedo columns
      ndb/tools/select_count.cpp:
        Changed select_count into using new features
      29d0c9e6
  15. 23 Aug, 2004 1 commit
  16. 22 Jul, 2004 1 commit
  17. 10 Jun, 2004 1 commit
  18. 08 Jun, 2004 1 commit
    • unknown's avatar
      some ndb printout cleanup · 1717e64a
      unknown authored
      ndb/src/ndbapi/NdbDictionary.cpp:
        Print cleanup
      ndb/test/src/NDBT_ResultRow.cpp:
        Print error
      ndb/test/src/NDBT_Table.cpp:
        Print cleanup
      1717e64a
  19. 07 Jun, 2004 1 commit
    • unknown's avatar
      ndb source tree cleanup, see respective file · 2438551d
      unknown authored
      BitKeeper/deleted/.del-BinDist.sh~8ea6fee0be3de36:
        Delete: ndb/old_files/BinDist.sh
      BitKeeper/deleted/.del-Defs.mk~fab44ad996ed5499:
        Delete: ndb/old_files/Defs.mk
      BitKeeper/deleted/.del-Makefile~726e96331d4343ce:
        Delete: ndb/old_files/Makefile
      BitKeeper/deleted/.del-SrcDist.sh~ad4f1cd7aae4265b:
        Delete: ndb/old_files/SrcDist.sh
      BitKeeper/deleted/.del-configure~501239931f8bb1:
        Delete: ndb/old_files/configure
      BitKeeper/deleted/.del-Epilogue.mk~60f7edf886726154:
        Delete: ndb/old_files/Epilogue.mk
      BitKeeper/deleted/.del-README~b619a580720ec3d8:
        Delete: ndb/old_files/README
      BitKeeper/deleted/.del-env.sh~91075f1664ce8292:
        Delete: ndb/old_files/env.sh
      BitKeeper/deleted/.del-mysqlclusterenv.sh~f0d8a63e844255f5:
        Delete: ndb/old_files/mysqlclusterenv.sh
      BitKeeper/deleted/.del-Defs.DEBUG.mk~8ed7bb195181c74a:
        Delete: ndb/config/old_files/Defs.DEBUG.mk
      BitKeeper/deleted/.del-acinclude.m4~b1472f9faac0c71:
        Delete: ndb/config/old_files/acinclude.m4
      BitKeeper/deleted/.del-Defs.HPUX.HPPA.GCC.mk~b50ab324c3ce07ce:
        Delete: ndb/config/old_files/Defs.HPUX.HPPA.GCC.mk
      BitKeeper/deleted/.del-Defs.IBMAIX.POWERPC.GCC.mk~76bea6928ca7b8f0:
        Delete: ndb/config/old_files/Defs.IBMAIX.POWERPC.GCC.mk
      BitKeeper/deleted/.del-Defs.LINUX.x86.GCC.mk~15f3c82665d141a0:
        Delete: ndb/config/old_files/Defs.LINUX.x86.GCC.mk
      BitKeeper/deleted/.del-Defs.LINUX.x86.ICC.mk~e51a6e19daeb353:
        Delete: ndb/config/old_files/Defs.LINUX.x86.ICC.mk
      BitKeeper/deleted/.del-Defs.LINUX.x86_64.GCC.mk~9e853e7e1142b2d7:
        Delete: ndb/config/old_files/Defs.LINUX.x86_64.GCC.mk
      BitKeeper/deleted/.del-Defs.MACOSX.POWERPC.GCC.mk~d661574b758ac911:
        Delete: ndb/config/old_files/Defs.MACOSX.POWERPC.GCC.mk
      BitKeeper/deleted/.del-Defs.OSE.PPC750.DIAB.mk~d5d7116c512290bc:
        Delete: ndb/config/old_files/Defs.OSE.PPC750.DIAB.mk
      BitKeeper/deleted/.del-Defs.RELEASE.mk~6c195617d8e1c8ec:
        Delete: ndb/config/old_files/Defs.RELEASE.mk
      BitKeeper/deleted/.del-Defs.RELEASE_TRACE.mk~e367d147bd3ad0bf:
        Delete: ndb/config/old_files/Defs.RELEASE_TRACE.mk
      BitKeeper/deleted/.del-Defs.SIMCELLO.SOFTOSE.GCC.mk~5acee8046e3dfd21:
        Delete: ndb/config/old_files/Defs.SIMCELLO.SOFTOSE.GCC.mk
      BitKeeper/deleted/.del-Defs.WIN32.x86.VC7.mk~582038c28dd89391:
        Delete: ndb/config/old_files/Defs.WIN32.x86.VC7.mk
      BitKeeper/deleted/.del-Defs.SOFTOSE.SPARC.GCC.mk~ebd0c4aab56c1202:
        Delete: ndb/config/old_files/Defs.SOFTOSE.SPARC.GCC.mk
      BitKeeper/deleted/.del-Defs.SOLARIS.SPARC.FORTE6.mk~4367e18b8246761e:
        Delete: ndb/config/old_files/Defs.SOLARIS.SPARC.FORTE6.mk
      BitKeeper/deleted/.del-Defs.SOLARIS.SPARC.GCC.mk~d781a20b8235525c:
        Delete: ndb/config/old_files/Defs.SOLARIS.SPARC.GCC.mk
      BitKeeper/deleted/.del-Defs.SOLARIS.SPARC_64.GCC.mk~76626f56dcd0e8e9:
        Delete: ndb/config/old_files/Defs.SOLARIS.SPARC_64.GCC.mk
      BitKeeper/deleted/.del-Defs.SOLARIS6.SPARC.GCC.mk~2b05903f79ce771:
        Delete: ndb/config/old_files/Defs.SOLARIS6.SPARC.GCC.mk
      BitKeeper/deleted/.del-Defs.TRU64X.ALPHA.GCC.mk~6ba3fc0cfaa37cb2:
        Delete: ndb/config/old_files/Defs.TRU64X.ALPHA.GCC.mk
      BitKeeper/deleted/.del-GuessConfig.sh~ebdb504ed6b7ab68:
        Delete: ndb/config/old_files/GuessConfig.sh
      BitKeeper/deleted/.del-Makefile.am~c28d15539f926269:
        Delete: ndb/config/old_files/Makefile.am
      BitKeeper/deleted/.del-configure.in~3e0ef32c155b79bc:
        Delete: ndb/config/old_files/configure.in
      BitKeeper/deleted/.del-config.h.in~b9209994763e30f8:
        Delete: ndb/config/old_files/config.h.in
      BitKeeper/deleted/.del-Makefile~71ad5c694da8711:
        Delete: ndb/src/old_files/Makefile
      BitKeeper/deleted/.del-Makefile~261cfb7897aa2259:
        Delete: ndb/test/newtonapi/Makefile
      BitKeeper/deleted/.del-Makefile~d46bb4a49ae611f9:
        Delete: ndb/test/odbc/Makefile
      BitKeeper/deleted/.del-Makefile_old~5ce89facf68772b:
        Delete: ndb/test/Makefile_old
      ndb/test/include/NdbSchemaCon.hpp:
        Rename: ndb/include/ndbapi/NdbSchemaCon.hpp -> ndb/test/include/NdbSchemaCon.hpp
      ndb/test/include/NdbSchemaOp.hpp:
        Rename: ndb/include/ndbapi/NdbSchemaOp.hpp -> ndb/test/include/NdbSchemaOp.hpp
      ndb/include/Makefile.am:
        removed NdbSchema from ndbapi
      ndb/include/ndbapi/NdbDictionary.hpp:
        added Column::getSize()
        and print function for Column::Type
      ndb/include/ndbapi/NdbRecAttr.hpp:
        made an operator<< friend to NdbRecAttr
      ndb/src/kernel/blocks/backup/restore/Restore.cpp:
        Rewritten restore to remove NdbSchema
      ndb/src/kernel/blocks/backup/restore/Restore.hpp:
        Rewritten restore to remove NdbSchema
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        Rewritten restore to remove NdbSchema
      ndb/src/ndbapi/Makefile.am:
        removed NdbSchema from ndbapi
      ndb/src/ndbapi/NdbDictionary.cpp:
        added operator << for Column::Type
      ndb/src/ndbapi/NdbRecAttr.cpp:
        updated operator<< for NdbRecAttr
      ndb/src/ndbapi/Ndberr.cpp:
        removed NdbSchema from ndbapi
      ndb/test/src/Makefile.am:
        moved NdbSchema to test
      ndb/test/src/NDBT_ResultRow.cpp:
        use common print method for NDBT_ResultRow
      ndb/test/src/NdbBackup.cpp:
        fixed bug in testBackup
      ndb/test/src/NdbSchemaCon.cpp:
        moved NdbError NdbSchema
      ndb/test/src/NdbSchemaOp.cpp:
        updated include file list
      2438551d
  20. 19 May, 2004 1 commit
    • unknown's avatar
      Forte compile fixes · f2914bb1
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f2914bb1
  21. 07 May, 2004 1 commit
    • unknown's avatar
      more removing of "system" files and introducing ndb_global/my_global · b36f1784
      unknown authored
      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
      b36f1784
  22. 14 Apr, 2004 1 commit