1. 20 Sep, 2004 5 commits
    • unknown's avatar
      Patches to make it compile · 38dc0011
      unknown authored
      38dc0011
    • unknown's avatar
      Hand merge · 710b1934
      unknown authored
      
      acinclude.m4:
        Auto merged
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Auto merged
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      710b1934
    • unknown's avatar
      Restored old shared memory buffer implementation (used by SCI and SHM). · 4f49ca3d
      unknown authored
      Improved Default SCI config params
      Added missing SCI libraries in ndb_mgm and atrt
      Added max of 1024 signals per receive on transporter (to improve
      real-time bahaviour and to ensure no job buffer explosion, still
      some more work left on avoiding job buffer explosion in the general
      case)
      
      
      ndb/src/common/transporter/Packer.cpp:
        Fix for job buffer explosion and real-time behaviour also in
        high load scenarios.
      ndb/src/common/transporter/SCI_Transporter.cpp:
        Restored old Shared memory buffer implementation.
        Changed condition slightly on when to send SCI buffer.
      ndb/src/common/transporter/SCI_Transporter.hpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/SHM_Buffer.hpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/SHM_Transporter.cpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/SHM_Transporter.hpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Changed back to old shared memory implementation
      ndb/src/kernel/vm/FastScheduler.hpp:
        Spelling error
      ndb/src/mgmclient/Makefile.am:
        Missing SCI library
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Changed to more proper config parameters
      ndb/test/run-test/Makefile.am:
        Added missing SCI library
      4f49ca3d
    • unknown's avatar
      Dont log IAmNotMaster errors · b7908030
      unknown authored
      b7908030
    • unknown's avatar
      bug#4590 · ff0559ed
      unknown authored
      Use ndb_mgm_listen_event to wait for backup messages
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Listen to backup event
        start backup
        wait until event related to backup arrives
      ndb/src/mgmsrv/Services.cpp:
        Fix newline at end of reply
      ff0559ed
  2. 17 Sep, 2004 16 commits
  3. 16 Sep, 2004 19 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 0294a57d
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/src/mgmsrv/Services.cpp:
        Auto merged
      ndb/src/mgmsrv/main.cpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionary.cpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      ndb/src/ndbapi/Ndbinit.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      0294a57d
    • unknown's avatar
      removed different CFG_ defined for connection host names · 8edc796c
      unknown authored
      added support for setting up multiple interfaces
      correct connect address for mgmt server
      bug, -l flag would be interpreted as connectstring
      added flag to remove all node id checks
      changed automatic allocation of ports somewhat
      
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        removed different CFG_ defined for connection host names
      ndb/include/transporter/TransporterRegistry.hpp:
        added support for setting up multiple interfaces
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        removed different CFG_ defined for connection host names
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        added support for setting up multiple interfaces
      ndb/src/common/portlib/NdbTCP.cpp:
        added debug printouts
      ndb/src/common/transporter/TransporterRegistry.cpp:
        added support for setting up multiple interfaces
      ndb/src/common/util/SocketServer.cpp:
        added my_thread init to enable debug printouts
      ndb/src/mgmclient/CommandInterpreter.cpp:
        shortened lines
      ndb/src/mgmsrv/ConfigInfo.cpp:
        removed different CFG_ defined for connection host names
        changed automatic allocation of ports somewhat
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        correct connect address for mgmt server
      ndb/src/mgmsrv/Services.cpp:
        shoretened lines
      ndb/src/mgmsrv/main.cpp:
        bug, -l flag would be interpreted as connectstring
        added flag to remove all node id checks
      8edc796c
    • unknown's avatar
      Fix error handling in atrt-mysqltest-run · 67911ae3
      unknown authored
      67911ae3
    • unknown's avatar
      removed extra newline · 9caeb045
      unknown authored
      9caeb045
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · ce6cd92f
      unknown authored
      into mc04.(none):/space/mysql/mysql-4.1-ndb
      
      
      ndb/src/mgmsrv/Makefile.am:
        Auto merged
      ce6cd92f
    • unknown's avatar
      A quick fix for bug#5556: replace a column of SHOW TABLE STATUS result · 408ef495
      unknown authored
      with a fixed constant to pass on QNX:
      max_data_file_length is calculated depending on max possible value of
      record pointer. It's different on QNX, so the difference in results is OK.
      
      
      mysql-test/t/ps.test:
        A quick fix for bug#5556: replace a column of SHOW TABLE STATUS result
        with a fixed constant to pass on QNX:
        max_data_file_length is calculated depending on max value of record
        pointer. It's different on QNX, so the result difference is intentional.
      408ef495
    • unknown's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.1 · 38779aa8
      unknown authored
      into hundin.mysql.fi:/home/marko/j/mysql-4.1
      
      
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      38779aa8
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 59aa7518
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/mgmsrv/main.cpp:
        Auto merged
      59aa7518
    • unknown's avatar
      wl1668 - · e8c7c2c8
      unknown authored
      Add support for getting events via mgmapi
      removed all traces of stat port
      
      
      BitKeeper/deleted/.del-NodeLogLevel.cpp~324045b93af7123b:
        Delete: ndb/src/mgmsrv/NodeLogLevel.cpp
      BitKeeper/deleted/.del-NodeLogLevel.hpp~4f4ab0fe52fb497c:
        Delete: ndb/src/mgmsrv/NodeLogLevel.hpp
      BitKeeper/deleted/.del-NodeLogLevelList.cpp~97dc9c909e3e92bf:
        Delete: ndb/src/mgmsrv/NodeLogLevelList.cpp
      BitKeeper/deleted/.del-NodeLogLevelList.hpp~ef567dd850abddc7:
        Delete: ndb/src/mgmsrv/NodeLogLevelList.hpp
      ndb/include/debugger/EventLogger.hpp:
        Split EventLogger into two classes
      ndb/include/kernel/LogLevel.hpp:
        Add some nice to have methods + use uint8 for storage
      ndb/include/kernel/signaldata/EventSubscribeReq.hpp:
        operator=
      ndb/include/kernel/signaldata/SetLogLevelOrd.hpp:
        operator=
      ndb/include/mgmapi/mgmapi.h:
        remove deprecated vars
      ndb/src/common/debugger/EventLogger.cpp:
        Split into 2
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Remove hardcoded mgm stuff
      ndb/src/mgmsrv/CommandInterpreter.cpp:
        #if 0
        some deprecated code
      ndb/src/mgmsrv/Makefile.am:
        remove NodeLogLevel*
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Remove dead code
        Handle multiple event listeners in mgmapi
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Remove dead code
        Handle multiple event listeners in mgmapi
      ndb/src/mgmsrv/Services.cpp:
        listen event method in mgmapi
      ndb/src/mgmsrv/Services.hpp:
        listen event method in mgmapi
      ndb/src/mgmsrv/main.cpp:
        remove stat port
      e8c7c2c8
    • unknown's avatar
      wording fixed · ddb972f7
      unknown authored
      ddb972f7
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 028405cf
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-update-4.1
      
      
      sql/sql_lex.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      028405cf
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · e77e8e75
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-sum-4.1
      
      
      sql/item.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      e77e8e75
    • unknown's avatar
      A fix for MetroWerks compiler. · a202a479
      unknown authored
      a202a479
    • unknown's avatar
      Applied a few Netware patches. · ca72be75
      unknown authored
      
      acinclude.m4:
        Uncommented zlib library message checking for Netware.
      netware/init_db.sql:
        Applied a patch for Netware.
      netware/test_db.sql:
        Applied a patch for Netware.
      ca72be75
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · f4f87ec7
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1
      
      f4f87ec7
    • unknown's avatar
      compile fix · 5b8ea4e3
      unknown authored
      5b8ea4e3
    • unknown's avatar
      ndb charsets: TUX must use Dbtup::readAttributes · 73e3895d
      unknown authored
      73e3895d
    • unknown's avatar
      ndb charsets: metadata in TUP, TUX · 0e3537a0
      unknown authored
      0e3537a0
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · ff5e7e19
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1
      
      ff5e7e19