An error occurred fetching the project authors.
  1. 28 Oct, 2004 3 commits
    • unknown's avatar
      scan should not send fragmented signal · b518edb0
      unknown authored
          use new sendSignal method instead
          new send signal method which sends segments
          remove unused method sendFragmentedSignalUnCond
      
      
      ndb/src/ndbapi/NdbScanOperation.cpp:
        scan should not send fragmented signal
        use new sendSignal method instead
      ndb/src/ndbapi/TransporterFacade.cpp:
        new send signal method which sends segments
      ndb/src/ndbapi/TransporterFacade.hpp:
        new send signal method which sends segments
        remove unused method sendFragmentedSignalUnCond
      b518edb0
    • unknown's avatar
      set set "CHUNK_SZ" for fragmented signal to real value · e6a62a29
      unknown authored
      added API_TRACE code
      removed old implementation of fragmented signal
      
      e6a62a29
    • unknown's avatar
      added test for max limit of 128 attributes in table · 16f24679
      unknown authored
          new define for long signal section size
         bumbed up limit for attributes to 128
          use new define in SectionSegment
          some bug fixing of send fragmented signal +
          make chunk size a multiple the dew define for SectionSegment size
      
      
      mysql-test/r/ndb_basic.result:
        added test for max limit of 128 attributes in table
      mysql-test/t/ndb_basic.test:
        added test for max limit of 128 attributes in table
      ndb/include/kernel/ndb_limits.h:
        new define for long signal section size
      ndb/include/ndbapi/ndbapi_limits.h:
        bumbed up limit for attributes to 128
      ndb/src/kernel/vm/LongSignal.hpp:
        use new define in SectionSegment
      ndb/src/ndbapi/TransporterFacade.cpp:
        some bug fixing of send fragmented signal +
        make chunk size a multiple the dew define for SectionSegment size
      16f24679
  2. 27 Oct, 2004 1 commit
    • unknown's avatar
      Implemented fragmented signal from API · 6076fbb4
      unknown authored
      primarily to enable creation of tables with more attributes than 91 (up to 128)
      
      Intermediate push for testing
      CHUNK_SZ will be set higher in real implementation and API_TRACE added
      
      6076fbb4
  3. 13 Sep, 2004 1 commit
    • unknown's avatar
      Added DBUG_PRINT's · 21f8ea1e
      unknown authored
      Made Ndb::connected private 
      
      
      ndb/include/ndbapi/Ndb.hpp:
        Made connected() private.
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Added DBUG_PRINT
      ndb/src/ndbapi/TransporterFacade.cpp:
        Added DBUG_PRINT
      21f8ea1e
  4. 09 Sep, 2004 1 commit
    • unknown's avatar
      improved show command · b364665a
      unknown authored
      fixed some mutex locks for Ndb objects
      moved TranspoterFacade::stop_instance to cluster connection
      moved Socket Server::start_server outside the TransporterFacade::start_instance thread
      
      
      ndb/include/mgmapi/mgmapi.h:
        improved show command
      ndb/src/mgmapi/mgmapi.cpp:
        improved show command
      ndb/src/mgmclient/CommandInterpreter.cpp:
        improved show command
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        improved show command
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        improved show command
      ndb/src/mgmsrv/Services.cpp:
        improved show command
      ndb/src/ndbapi/Ndbinit.cpp:
        fixed some mutex locks for Ndb objects
        moved TranspoterFacade::stop_instance to cluster connection
      ndb/src/ndbapi/TransporterFacade.cpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      ndb/src/ndbapi/TransporterFacade.hpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      b364665a
  5. 02 Sep, 2004 1 commit
    • unknown's avatar
      added connect thread to Ndb_cluster_connection + · b9b4338f
      unknown authored
      some other small fixes
      
      
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        added options to do_connect to contol how connects failures should be treated
      ndb/include/mgmcommon/NdbConfig.h:
        method to retrieve datadir path (to user for chdir)
      ndb/include/ndbapi/ndb_cluster_connection.hpp:
        Added connect thread
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        added options to do_connect to contol how connects failures should be treated
      ndb/src/common/mgmcommon/NdbConfig.c:
        method to retrieve datadir path (to user for chdir)
      ndb/src/kernel/main.cpp:
        ndbd to do chdir
      ndb/src/kernel/vm/WatchDog.cpp:
        added my_thread_init for debug
      ndb/src/ndbapi/ClusterMgr.cpp:
        added my_thread_init for debug
      ndb/src/ndbapi/TransporterFacade.cpp:
        removed call to atexit
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        added connect thread
      b9b4338f
  6. 01 Sep, 2004 1 commit
  7. 27 Aug, 2004 1 commit
  8. 18 Aug, 2004 1 commit
  9. 17 Aug, 2004 2 commits
    • unknown's avatar
      Solaris fixes · 6c2134f4
      unknown authored
      ndb/include/ndb_global.h:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/Process.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/vm/Emulator.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmclient/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmsrv/Services.cpp:
        Include ndb_global instead of string.h
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Keep consistent order of 64 bits in interpreter
      ndb/src/ndbapi/TransporterFacade.cpp:
        Include my_alarm (to get signal.h)
      6c2134f4
    • unknown's avatar
      Fix testBackup · 6927b045
      unknown authored
      ndb/src/ndbapi/TransporterFacade.cpp:
        Retry alloc of node id
      6927b045
  10. 09 Aug, 2004 1 commit
    • unknown's avatar
      bug#4529 · 951b9186
      unknown authored
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        Separate connect and all/fetch
      ndb/include/mgmcommon/LocalConfig.hpp:
        Use BaseString
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        Separate connect and all/fetch
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        Removed useless onlyNodeId
      ndb/src/kernel/main.cpp:
        Separeted Configuration fetch/setup
      ndb/src/kernel/vm/Configuration.cpp:
        Separeted Configuration fetch/setup
      ndb/src/kernel/vm/Configuration.hpp:
        Separeted Configuration fetch/setup
      ndb/src/mgmapi/mgmapi.cpp:
        Fixed some return codes
      ndb/src/mgmclient/main.cpp:
        LocalConfig update
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Put mutex around reserving node'ids
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Put mutex around reserving node'ids
      ndb/src/mgmsrv/MgmtSrvrConfig.cpp:
        Changes ConfigRetreiver interface
      ndb/src/mgmsrv/Services.cpp:
        Allow reserve same id twice
      ndb/src/mgmsrv/main.cpp:
        Ignore SIGPIPE
      ndb/src/ndbapi/TransporterFacade.cpp:
        ConfigRetriever interface
      951b9186
  11. 03 Aug, 2004 1 commit
  12. 09 Jul, 2004 2 commits
    • unknown's avatar
      Irix64 mipspro ndb compile fixes · 2e82eb3f
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2e82eb3f
    • unknown's avatar
      Removed some macros · 512544a5
      unknown authored
      and moved some code.
      Improve portability
      
      
      ndb/include/kernel/signaldata/SignalData.hpp:
        Removed macros
      ndb/include/mgmcommon/MgmtErrorReporter.hpp:
        Removed macros
      ndb/include/util/Bitmask.hpp:
        Removed macros
      ndb/src/common/debugger/SignalLoggerManager.cpp:
        Moved printSegmented to src/kernel/vm
      ndb/src/kernel/Main.cpp:
        Removed macros
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Removed macros
      ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Removed macros
      ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp:
        Removed macros
      ndb/src/kernel/blocks/ndbfs/Pool.hpp:
        Removed macros
      ndb/src/kernel/error/ErrorReporter.hpp:
        Removed macros
      ndb/src/kernel/vm/MetaData.cpp:
        Removed macros
      ndb/src/kernel/vm/SimulatedBlock.cpp:
        Removed macros
      ndb/src/kernel/vm/SimulatedBlock.hpp:
        Removed macros
      ndb/src/kernel/vm/TransporterCallback.cpp:
        Moved printSegmented to src/kernel/vm
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Removed macros
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Removed macros
      ndb/src/ndbapi/TransporterFacade.cpp:
        Removed macros
      512544a5
  13. 07 Jul, 2004 1 commit
    • unknown's avatar
      testIndex -n NFNR1 · c415aa33
      unknown authored
      Bugs in scan(tc)
              nf-handling(api)
              exec-handling(tc)
      
      
      ndb/include/ndbapi/NdbConnection.hpp:
        Allow dropped signal during NF handling
      ndb/include/ndbapi/NdbOperation.hpp:
        Add option to allow dropped signals
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        1) Printer for state
        2) New option to sendtckeyconf (index)
           - clear exec flag
        3) Moved init of *global* apiConnectptr to
           prevent errornous scan_tabconf
           ARGH!!!
      ndb/src/ndbapi/NdbConnection.cpp:
        Move abort from checkState_trans
        since it can be ok with "illegal" signals during NF handling
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Move abort from checkState_trans
        since it can be ok with "illegal" signals during NF handling
      ndb/src/ndbapi/Ndbif.cpp:
        1) Indentation
        2) Better handling of TCKEY_FAILCONF
        - always ack commit ack marker
          even if transaction has already been removed
        3) abort on 4012 (VM_TRACE)
      ndb/src/ndbapi/TransporterFacade.cpp:
        Don't trace APIREG_REQ/CONF by default
      ndb/test/include/NDBT_Test.hpp:
        Atomic decProperty (used for semaphore impl.)
      ndb/test/ndbapi/testIndex.cpp:
        Impl. option to sync restarts
      ndb/test/src/NDBT_Test.cpp:
        Atomic decProperty
      c415aa33
  14. 06 Jul, 2004 1 commit
    • unknown's avatar
      fix for testTransactions -n InsertInsert · 697bc71c
      unknown authored
      - Add sequence to the initial trans id so that create/drop ndb object
        don't generate same transid
      
      
      ndb/src/ndbapi/NdbConnection.cpp:
        Add sequence to the initial trans id so that create/drop ndb object
        don't generate same transid
      ndb/src/ndbapi/Ndbif.cpp:
        Add sequence to the initial trans id so that create/drop ndb object
        don't generate same transid
      ndb/src/ndbapi/TransporterFacade.cpp:
        Add sequence to the initial trans id so that create/drop ndb object
        don't generate same transid
      ndb/src/ndbapi/TransporterFacade.hpp:
        Add sequence to the initial trans id so that create/drop ndb object
        don't generate same transid
      697bc71c
  15. 28 Jun, 2004 1 commit
    • unknown's avatar
      several config fixes for ndb, see respective file · f9bad1ae
      unknown authored
      ndb/include/debugger/EventLogger.hpp:
        removed unused method
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete
      ndb/include/mgmcommon/NdbConfig.h:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/include/ndb_global.h:
        introduced define NDB_BASE_PORT to control default port for ndb
      ndb/src/common/debugger/EventLogger.cpp:
        removed unused method
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        introduced define NDB_BASE_PORT to control default port for ndb
        + added setting default Id's on nodes
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        changed error message
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        introduced define NDB_BASE_PORT to control default port for ndb
      ndb/src/common/mgmcommon/NdbConfig.c:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/common/transporter/TransporterRegistry.cpp:
        spelling errors
      ndb/src/kernel/error/ErrorReporter.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/error/ErrorReporter.hpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/main.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/vm/Configuration.cpp:
        moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished
      ndb/src/kernel/vm/Configuration.hpp:
        moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished
      ndb/src/mgmclient/main.cpp:
        fix default port number
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        fix default port
      ndb/src/mgmsrv/Services.cpp:
        added spec of transporter in get_nodeid
      ndb/src/mgmsrv/main.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/ndbapi/TransporterFacade.cpp:
        moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished
      ndb/src/ndbapi/TransporterFacade.hpp:
        moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished
      f9bad1ae
  16. 23 Jun, 2004 1 commit
    • unknown's avatar
      WL 1748 · 9f13e9bb
      unknown authored
      ndb/include/kernel/signaldata/ApiRegSignalData.hpp:
        Added info about connected nodes to ApiRegConf
      ndb/include/mgmapi/mgmapi.h:
        New mgmapi command to get nodeid dynamically
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        New config param to specify port on for transporter setup
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        added notetype to getConfig
      ndb/include/portlib/NdbTCP.h:
        small detail
      ndb/include/transporter/TransporterRegistry.hpp:
        changed performstates and interface to connect/disconnect transporters
        added TransporterService for transporter setup
        changed model for setting up transporters
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        removed some config params as mandatory
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        added dynamic alloc of nodeid
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        added default localhost:2200 and dynamic id
      ndb/src/common/transporter/TCP_Transporter.cpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/TCP_Transporter.hpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/Transporter.cpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/Transporter.hpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/TransporterRegistry.cpp:
        changed performstates and interface to connect/disconnect transporters
        added TransporterService for transporter setup
        changed model for setting up transporters
      ndb/src/common/util/Makefile.am:
        New SocketAuthenticator
      ndb/src/common/util/SocketServer.cpp:
        small detail
      ndb/src/kernel/Makefile.am:
        small detail
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        new interface to performstates + cleanup
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        changed signal ApiRegConf
      ndb/src/kernel/vm/ThreadConfig.cpp:
        changed naming
      ndb/src/mgmapi/mgmapi.cpp:
        Use new Socket client
        New methid for allocating dynamic id
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        moved port setup from main.cpp to MgmtSrvr
        new method getNextFreeNodeId
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        ..
      ndb/src/mgmsrv/Services.cpp:
        allocate new nodeid
      ndb/src/mgmsrv/Services.hpp:
        ..
      ndb/src/mgmsrv/main.cpp:
        moved setup port to MgmtSrvr.cpp
        Rearranged setup order
      ndb/src/ndbapi/ClusterMgr.cpp:
        new API_REGCONF
      ndb/src/ndbapi/ClusterMgr.hpp:
        bitmask to hold connected nodes
      ndb/src/ndbapi/TransporterFacade.cpp:
        New transporter connect
      ndb/src/ndbapi/TransporterFacade.hpp:
        removed function not used
      ndb/src/kernel/main.cpp:
        new transporter setup
      9f13e9bb
  17. 26 May, 2004 1 commit
  18. 25 May, 2004 1 commit
    • unknown's avatar
      Removed AttrType.hpp and moved the "internal" datatypes to their corresponding class. · ad959d35
      unknown authored
      Moved NdbSchemaCon and NdbSchemaOp out of the public NdbApi, it can however still be used by old test programs.
      Added print oof indexes to desc.
      
      
      ndb/BinDist.sh:
        Removed AttrType.hpp from BinDist.sh
      ndb/include/ndbapi/Ndb.hpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
      ndb/include/ndbapi/NdbApi.hpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
      ndb/include/ndbapi/NdbConnection.hpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
        Moved internal types to the class where they are used
      ndb/include/ndbapi/NdbIndexOperation.hpp:
        Use limit from ndbapi_limit.h
      ndb/include/ndbapi/NdbOperation.hpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
        Remove faulty comment about how many attributes a key is allowed to consist of
        Removed unused member variables
      ndb/include/ndbapi/NdbRecAttr.hpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
      ndb/include/ndbapi/NdbSchemaCon.hpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
      ndb/include/ndbapi/NdbSchemaOp.hpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
        Moved all "old" datatypes here, so if a test program is still using old type, include NdbSchemaCon.hpp
      ndb/include/ndbapi/ndbapi_limits.h:
        Corrected limitations, added some from AttrTyp.hpp
      ndb/src/Makefile:
        Remove newtonapi from Makefile
      ndb/src/kernel/blocks/backup/restore/Restore.hpp:
        Removed AttrType
        Include NdbSchemaCon since restore uses old types
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        Include NdbOut
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Remov AttrType.hpp
      ndb/src/ndbapi/ClusterMgr.cpp:
        Remov AttrType.hpp
      ndb/src/ndbapi/Ndb.cpp:
        Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
        Removed AttrType.hpp
        Moved internal types to the class where they are used
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Removed AttrType.hpp
      ndb/src/ndbapi/NdbApiSignal.hpp:
        Removed AttrType.hpp
      ndb/src/ndbapi/NdbConnection.cpp:
        Moved internal type s to the class where they belong
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        RemovedAttrType.hpp
        Use limits from ndbapi_limits.h
      ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Removed AttrType.hpp
        Moved printRecAttr to end since it depends on old types and need to include "NdbSchemaCon", function will be rewritten and moved to NdbRecAttr. It's also useful from other places where an attribute has been read into an NdbRecAttr.
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Use limitations from ndbapi_limits.h
        Moved internal tyeps to the class where they belongs
      ndb/src/ndbapi/NdbOperation.cpp:
        Use limits from ndbapi_limits.h
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Remove AttrType.hpp
      ndb/src/ndbapi/NdbOperationExec.cpp:
        Moved internal tyeps to the class where they belongs
      ndb/src/ndbapi/NdbOperationInt.cpp:
        RemovedAttrType.hpp
        Use limits from ndbapi_limits.h
      ndb/src/ndbapi/NdbOperationScan.cpp:
        RemovedAttrType.hpp
        Use limits from ndbapi_limits.h
      ndb/src/ndbapi/NdbOperationSearch.cpp:
        Removed AttrType.hpp
        Use limits from ndbapi_limits.h
      ndb/src/ndbapi/NdbResultSet.cpp:
        Moved the "internal" types to corresponding class
      ndb/src/ndbapi/NdbSchemaCon.cpp:
        Updated not to be included in public NdbApi
      ndb/src/ndbapi/NdbSchemaOp.cpp:
        Updated not to be included in public NdbApi
      ndb/src/ndbapi/NdbUtil.hpp:
        Removed AttrType.hpp
      ndb/src/ndbapi/Ndbif.cpp:
        Removed AttrType.hpp
        Removed NdbSchemaCon and NdbSchemaOp from public NdbApi
        Moved "interal" types to their corresponding class
      ndb/src/ndbapi/Ndbinit.cpp:
        Removed NdbSchemaCon and NdbSchemaOp from public NdbApi
      ndb/src/ndbapi/Ndblist.cpp:
        Removed NdbSchemaCon and NdbSchemaOp from public NdbApi
        Moved "internal" types to their corresponding class
      ndb/src/ndbapi/TransporterFacade.cpp:
        Removed AttrType.hpp
      ndb/src/ndbapi/TransporterFacade.hpp:
        Removed AttrType.hpp
        Moved internal definition of how many Ndb objects to create to here
      ndb/test/include/NDBT_Table.hpp:
        Removed old NdbSchema*
        Added function to print information about an index
      ndb/test/ndbapi/acid/acid.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/flexAsynch/flexAsynch.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/flexScan/flexScan.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/interpreterInTup/interpreterInTup.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/lmc-bench/src/user/userInterface.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/ronja/initronja/initronja.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/telco/msa.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp:
        This test program uses old NdbScheaCon.hpp
      ndb/test/ndbapi/testNdbApi/testNdbApi.cpp:
        Remove AttrType.hpp
        Define max number of Ndb objects test should "try" to create.
      ndb/test/ndbapi/testRestartGci/testRestartGci.cpp:
        Moved "internal" datatypes to corresponding class, in this case Ndb class
      ndb/test/src/NDBT_ResultRow.cpp:
        This test program uses old NdbScheaCon.hpp
        But should soon use "printer" from NdbRecAttr
      ndb/test/src/NDBT_Table.cpp:
        Print table info more SQL like
      ndb/test/src/UtilTransactions.cpp:
        When AttrType.hpp, this hidden bug was discovered. Using wrong enum types in switch.
      ndb/tools/desc/desc.cpp:
        Alos print info about indexes for a table
      ad959d35
  19. 07 May, 2004 2 commits
  20. 14 Apr, 2004 1 commit