1. 17 Sep, 2004 7 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 2f02008b
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      2f02008b
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 6ea7adf5
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      6ea7adf5
    • unknown's avatar
      made tryBind static · 1be49f73
      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"
      1be49f73
    • unknown's avatar
      Added EventReport for backup · a20efa65
      unknown authored
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        removed useless code
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        removed useless code
      a20efa65
    • unknown's avatar
      Moved event category match functionality into mgmapi · 06e00092
      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
      06e00092
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d74d6b82
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      ndb/src/common/portlib/NdbTCP.cpp:
        Auto merged
      d74d6b82
    • unknown's avatar
      corrected mistake in counting · 6dadcdce
      unknown authored
      6dadcdce
  2. 16 Sep, 2004 22 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
      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
      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
    • unknown's avatar
      Clean-up. The length of compress() may depend on zlib version, etc. · f317aae7
      unknown authored
      
      mysql-test/r/func_compress.result:
        clean-up. The length of compress() may depend on zlib version, etc.
      mysql-test/t/func_compress.test:
        clean-up. The length of compress() may depend on zlib version, etc.
      f317aae7
    • unknown's avatar
      Return character strings in table, type, possible_keys, key fields · 23f5fdad
      unknown authored
      of EXPLAIN SELECT, rather than binary strings.
      
      23f5fdad
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 73d24bf4
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      73d24bf4
    • unknown's avatar
      mysql_install_db should do skip-ndbcluster · ec826f76
      unknown authored
      set a printout in SocketClient only for debug
      
      
      ndb/src/common/util/SocketClient.cpp:
        set a printout only for debug
      scripts/mysql_install_db.sh:
        mysql_install_db should do skip-ndbcluster
      ec826f76
    • unknown's avatar
      item.cc: · 4811a992
      unknown authored
        Bug #5561 No BINARY_FLAG in metadata
      
      
      sql/item.cc:
        Bug #5561 No BINARY_FLAG in metadata
      4811a992
    • unknown's avatar
      Optimzed handling of NO_AUTO_VALUE_ON_ZERO · d560bed4
      unknown authored
      d560bed4
  3. 15 Sep, 2004 11 commits
    • unknown's avatar
      Merge · 6961ac2e
      unknown authored
      
      ndb/test/src/NDBT_Test.cpp:
        Auto merged
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        Auto merged
      ndb/test/ndbapi/testBackup.cpp:
        Auto merged
      ndb/tools/select_all.cpp:
        SCCS merged
      6961ac2e
    • unknown's avatar
      HugoTransactions.cpp · 424295f9
      unknown authored
          changed to do execute(commit);restart() transaction instead of closeTransaction();start new
      select_all.cpp
          moved my_init outside DBUG_OFF
      
      
      ndb/test/src/HugoTransactions.cpp:
        changed to do execute(commit);restart() transaction instead of closeTransaction();start new
      ndb/tools/select_all.cpp:
        moved my_init outside DBUG_OFF
      424295f9
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 08c8a829
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb
      
      08c8a829
    • unknown's avatar
      testBank · 47d3c618
      unknown authored
          optimized for fewer timeouts
          changed for consistency in "time"
      tests
          moved SR_UNDO tests to basic
          added testBackup -n BackupBank
      
      
      ndb/test/ndbapi/bank/Bank.cpp:
        optimized for fewer timeouts
        changed for consistency in "time"
      ndb/test/ndbapi/bank/Bank.hpp:
        optimized for fewer timeouts
        changed for consistency in "time"
      ndb/test/run-test/daily-basic-tests.txt:
        moved SR_UNDO tests to basic
      ndb/test/run-test/daily-devel-tests.txt:
        moved SR_UNDO tests to basic
        added testBackup -n BackupBank
      47d3c618
    • unknown's avatar
      Merge mskold@build.mysql.com:/home/bk/mysql-4.1 · f44054a5
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
      
      
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      f44054a5
    • unknown's avatar
      Fixed compiler warnings · c398621f
      unknown authored
      c398621f
    • unknown's avatar
      Merge msvensson@build.mysql.com:/home/bk/mysql-4.1 · 17b22c04
      unknown authored
      into neptunus.(none):/home/magnus/mysql/mysql-4.1
      
      17b22c04
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · a087b9ad
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
      
      a087b9ad
    • unknown's avatar
      fixed Bug #5589 "libedit compile failure in term.c" · 183c6ab6
      unknown authored
      (for octane2)
      
      included term.h if there isn't termcap.h in cmd-line-utils/libedit/term.c
      
      
      cmd-line-utils/libedit/term.c:
        fixed Bug #5589 "libedit compile failure in term.c"
        
        (for octane2)
        
        included term.h if there isn't termcap.h
      183c6ab6
    • unknown's avatar
      Fixed handling of NO_AUTO_VALUE_ON_ZERO · c5387ade
      unknown authored
      c5387ade
    • unknown's avatar
      fixed return code for ndb_backup · fd5c8453
      unknown authored
      added possibility to set number of accounts in createAndLoadBank
      bumbed up number of threads in tastBackup BackupBank
      
      
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        fixed return code
      ndb/test/ndbapi/bank/Bank.hpp:
        added possibility to set number of accounts in createAndLoadBank
      ndb/test/ndbapi/bank/BankLoad.cpp:
        added possibility to set number of accounts in createAndLoadBank
      ndb/test/ndbapi/testBackup.cpp:
        bumbed up number of threads in tastBackup BackupBank
      ndb/test/src/NdbBackup.cpp:
        some small optimizations
      fd5c8453