1. 20 Sep, 2004 18 commits
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 04844921
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      04844921
    • unknown's avatar
      fix updated signature · 76f06e4a
      unknown authored
      76f06e4a
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 7df58b8c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      7df58b8c
    • unknown's avatar
      Fix event systable collation (binary) · 40880be3
      unknown authored
      40880be3
    • unknown's avatar
      Patches to make it compile · fd4761df
      unknown authored
      fd4761df
    • unknown's avatar
      Hand merge · dbf87bf8
      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
      dbf87bf8
    • unknown's avatar
      Merge msvensson@build.mysql.com:/home/bk/mysql-4.1 · a29a6637
      unknown authored
      into neptunus.(none):/home/magnus/mysql/mysql-4.1
      
      
      a29a6637
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 73c82c81
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/kernel/vm/Configuration.cpp:
        Auto merged
      73c82c81
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 90bcde83
      unknown authored
      into mysql.com:/GORDON/MySQL/mysql-4.1/src
      
      
      90bcde83
    • unknown's avatar
      These modifications were part of WL#1856 Conversion of client_test.c tests... · 5a53ee4f
      unknown authored
      These modifications were part of WL#1856 Conversion of client_test.c tests cases to mysqltest if possible
      
      They are separated from the other WL#1856 stuff, because they improve the behaviour of the current tests.  
      
      Make the result sets (order of rows) more predictable by using ORDER BY.
      
      
      mysql-test/include/ps_modify.inc:
        Make the result sets more predictable by using ORDER BY
      mysql-test/include/ps_modify1.inc:
        Make the result sets more predictable by using ORDER BY
      mysql-test/r/ps_2myisam.result:
        updated results
      mysql-test/r/ps_3innodb.result:
        updated results
      mysql-test/r/ps_4heap.result:
        updated results
      mysql-test/r/ps_5merge.result:
        updated results
      mysql-test/r/ps_6bdb.result:
        updated results
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5a53ee4f
    • unknown's avatar
      Ues buf pointer in get_ndb_value · 812a0749
      unknown authored
      Merge fixes
      
      
      mysql-test/r/ndb_insert.result:
        Correct test cases and result after merge
      mysql-test/t/ndb_insert.test:
        Correct test cases and result after merge
      sql/ha_ndbcluster.cc:
        Correct get_error_message after merge
        Use buf pointer in get_ndb_value
      812a0749
    • unknown's avatar
      bug#5659 · 7c4eee90
      unknown authored
      uninit variable
      
      
      ndb/src/kernel/vm/Configuration.cpp:
        init variable
      7c4eee90
    • unknown's avatar
      Restored old shared memory buffer implementation (used by SCI and SHM). · 48e56f47
      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
      48e56f47
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 96bf8030
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      96bf8030
    • unknown's avatar
      Dont log IAmNotMaster errors · 7f1fcf66
      unknown authored
      7f1fcf66
    • unknown's avatar
      Merged new ndb_insert.test and .result · c06c0078
      unknown authored
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      mysql-test/r/ndb_insert.result:
        Merge new test cases
      mysql-test/t/ndb_insert.test:
        Merge new test cases
      c06c0078
    • unknown's avatar
      Merge msvensson@build.mysql.com:/home/bk/mysql-4.1 · 8b79d2b5
      unknown authored
      into neptunus.(none):/home/magnus/mysql/mysql-4.1
      
      
      8b79d2b5
    • unknown's avatar
      bug#4590 · 162bd361
      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
      162bd361
  2. 17 Sep, 2004 17 commits
    • unknown's avatar
      A fix and test case for bug#5510 "inserting Null in AutoIncrement primary · 52683755
      unknown authored
      key Column Fails".
      
      
      mysql-test/r/ps.result:
        Test results updated: a test case for Bug#5510 "inserting Null in 
        AutoIncrement primary key Column Fails".
      mysql-test/r/ps_2myisam.result:
        Bug#5510: a different warning in case of NULL->default truncation.This is 
        OK, the new warning is the same as produced by conventional execution.
      mysql-test/r/ps_3innodb.result:
        Bug#5510: a different warning in case of NULL->default truncation.This is 
        OK, the new warning is the same as produced by conventional execution.
      mysql-test/r/ps_4heap.result:
        Bug#5510: a different warning in case of NULL->default truncation.This is 
        OK, the new warning is the same as produced by conventional execution.
      mysql-test/r/ps_5merge.result:
        Bug#5510: a different warning in case of NULL->default truncation.This is 
        OK, the new warning is the same as produced by conventional execution.
      mysql-test/r/ps_6bdb.result:
        Bug#5510: a different warning in case of NULL->default truncation.This is 
        OK, the new warning is the same as produced by conventional execution.
      mysql-test/t/ps.test:
        A test case for Bug#5510 "inserting Null in AutoIncrement primary key Column 
        Fails".
      sql/item.cc:
        A fix for bug#5510 "inserting Null in AutoIncrement primary key Column 
        Fails": use proper Field API function for NULL placholeders.
      52683755
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · ef5c6152
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ef5c6152
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 4fe5b315
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41-cc
      
      
      4fe5b315
    • unknown's avatar
      Preparation for batching · 095e10b0
      unknown authored
      095e10b0
    • unknown's avatar
      New mgmapi call - ndb_mtm_listen_event · 32e8f2ac
      unknown authored
      32e8f2ac
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · cc499e6e
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      cc499e6e
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · a7a6d09e
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41-cc
      
      
      a7a6d09e
    • unknown's avatar
      Fix backup event · e8c9a137
      unknown authored
      e8c9a137
    • unknown's avatar
      replaced some "localhost" checks with try bind · dbbe2e18
      unknown authored
      removed some #id 0 code
      
      
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        replaced some "localhost" checks with try bind
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        removed some #id 0 code
      dbbe2e18
    • unknown's avatar
      ndb charsets (wl-1732) final part: use strxfrm + strcoll · 72fedd94
      unknown authored
      
      ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        oops
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        jamEntry
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        jamEntry
      mysql-test/r/ndb_index.result:
        ndb charsets: minimal fix to make test pass
      mysql-test/t/ndb_index.test:
        ndb charsets: minimal fix to make test pass
      72fedd94
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 3323469d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      3323469d
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · e44bcce1
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      e44bcce1
    • unknown's avatar
      made tryBind static · 034bbee3
      unknown authored
      using tryBind instead to determine if we're "config host" is "local"
      
      
      ndb/include/util/SocketServer.hpp:
        made tryBind static
      ndb/src/common/util/SocketServer.cpp:
        made tryBind static
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        using tryBind instead to determine if we're "config host" is "local"
      034bbee3
    • unknown's avatar
      Added EventReport for backup · f53bc339
      unknown authored
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        removed useless code
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        removed useless code
      f53bc339
    • unknown's avatar
      Moved event category match functionality into mgmapi · 08ffa298
      unknown authored
      Removed grep introduced bogus mgm call
      
      
      BitKeeper/deleted/.del-LogLevel.cpp~314a6bada2df40a8:
        Delete: ndb/src/common/debugger/LogLevel.cpp
      ndb/include/debugger/EventLogger.hpp:
        Removed match functionality and put into mgmapi
      ndb/include/kernel/LogLevel.hpp:
        Update LogLevel
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        fix parameter
      ndb/src/common/debugger/EventLogger.cpp:
        Removed match functionality and put into mgmapi
      ndb/src/common/debugger/Makefile.am:
        removed LogLevel.cpp
      ndb/src/cw/cpcd/APIService.cpp:
        compiler warning
      ndb/src/cw/cpcd/CPCD.cpp:
        compiler warning
      ndb/src/cw/cpcd/CPCD.hpp:
        compiler warning
      ndb/src/cw/cpcd/main.cpp:
        compiler warning
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Changed name of config parameter
      ndb/src/kernel/vm/Configuration.cpp:
        Changed name of config parameter
      08ffa298
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3bfae53b
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      ndb/src/common/portlib/NdbTCP.cpp:
        Auto merged
      3bfae53b
    • unknown's avatar
      corrected mistake in counting · 254d4e87
      unknown authored
      254d4e87
  3. 16 Sep, 2004 5 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 1c24e579
      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
      1c24e579
    • unknown's avatar
      removed different CFG_ defined for connection host names · 9956b207
      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
      9956b207
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · ca65afeb
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      ca65afeb
    • unknown's avatar
      Fix error handling in atrt-mysqltest-run · 1de03e7b
      unknown authored
      1de03e7b
    • unknown's avatar
      removed extra newline · 454062de
      unknown authored
      454062de