1. 11 Feb, 2005 13 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 9387349e
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      9387349e
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · 28d3f083
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      28d3f083
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 7b5ef7cc
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      7b5ef7cc
    • unknown's avatar
      ndb - fix compiler warning (error using gcc-3.4.3) · 4f53f70f
      unknown authored
      
      ndb/test/ndbapi/bench/mainPopulate.cpp:
        compiler warning (error using gcc-3.4.3)
      4f53f70f
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 9a2b2033
      unknown authored
      into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
      
      
      9a2b2033
    • unknown's avatar
      return NDB_INVALID_SOCKET instead of -1 for Windows compatibility. · 85ee8a18
      unknown authored
      (Found in review by Tomas Ulin)
      
      
      85ee8a18
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · dd576735
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      dd576735
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · c0b4578d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      c0b4578d
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 0a0b9309
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/triggers/post-commit:
        Auto merged
      ndb/test/run-test/daily-devel-tests.txt:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      0a0b9309
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · d9de85b5
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      d9de85b5
    • unknown's avatar
      ndb - old bench rescue · 38e71e3a
      unknown authored
      
      ndb/test/ndbapi/bench/mainPopulate.cpp:
        return correct
      ndb/test/ndbapi/bench/userInterface.cpp:
        remove NA setting
      ndb/test/run-test/daily-devel-tests.txt:
        set correct args
      38e71e3a
    • unknown's avatar
      WL2278 Dynamic ports - Impl 6, "deal with mgm server restart and multiple mgm servers" · 6bd9c85a
      unknown authored
      - when connecting to a mgm server as a transporter, create a NdbMgmHandle
        - over this mgm handle, report the dynamic ports
        - then turn it into a transporter
      - this will re-report dynamic ports to mgmds when they restart (as we'll have to
      set up our transporter again). This will also report it to all mgmds (as we'll
      have transporters to all of them).
      
      
      ndb/include/mgmapi/mgmapi.h:
        Add ndb_mgm_convert_to_transporter
         - converts to a transporter connect
         - destroys the handle (without disconnecting)
         - returns socket
      ndb/include/transporter/TransporterRegistry.hpp:
        Add prototype for connect_ndb_mgmd
      ndb/include/util/SocketClient.hpp:
        Remove connect_without_auth
        
        Add get_port() and get_server_name()
      ndb/src/common/transporter/Transporter.cpp:
        use TransporterRegistry::connect_ndb_mgmd() to make the connection if isMgmConnection
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Impliment TransporterRegistry::connect_ndb_mgmd
        
        - takes a SocketClient and constructs a connectstring.
        - uses this connect string to make a NdbMgmHandle
        - send dynamic ports to this mgm server
        - transform into a transporter connect
        - return socket
      ndb/src/common/util/SocketClient.cpp:
        Remove connect_without_auth
      ndb/src/kernel/main.cpp:
        Don't relay dynamic ports. We now do this on transporter connect
      ndb/src/mgmapi/mgmapi.cpp:
        Impliment ndb_mgm_convert_to_transporter
        - converts the mgm connection into a transporter connection
        - destroys the handle
        - returns the socket that should now be used as a transporter
      6bd9c85a
    • unknown's avatar
      Set of fixes requested by Kent in IRC. Tested (except the windows changes... · f59911fc
      unknown authored
      Set of fixes requested by Kent in IRC. Tested (except the windows changes since I am trusting Kent...). No windows compiles here folks...
      
      
      VC++Files/tests/mysql_client_test.dsp:
        fix request by Kent
      sql/item.cc:
        fix requested by kent
      f59911fc
  2. 10 Feb, 2005 27 commits
    • unknown's avatar
      Merge commit trigger · a20374e3
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      extra/replace.c:
        Auto merged
      BitKeeper/triggers/post-commit:
        Merge changes
      a20374e3
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0 · 77d24615
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-clean
      
      
      77d24615
    • unknown's avatar
    • unknown's avatar
      BUG#6749: If there is no current database, then nothing should be binlogged if · 9f4f7980
      unknown authored
      binlog-do-db or binlog-ignore-db are in effect.   (In the future 5.1? 5.0? I think 
      each statement should be verified against the filtering criteria based on the database
      it *uses* and not the *current* one.  But, right now the *current* database is what 
      counts according to the semantics of the manual.)
      
      
      sql/log.cc:
        BUG#6749: If there is no current database, then nothing should be binlogged if
        binlog-do-db or binlog-ignore-db are in effect.   (In the future I think that each 
        statement should be verified against the filtering criteria based on the database
        it *uses* and not the *current* one.  But, right now the *current* database is what 
        counts according to the semantics of the manual.)
      9f4f7980
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.0 · 6520c161
      unknown authored
      into mysql.com:/home/bk/b7853-mysql-5.0
      
      
      client/mysqlbinlog.cc:
        Auto merged
      mysql-test/r/mysqlbinlog.result:
        Auto merged
      6520c161
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 6eae64dd
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      6eae64dd
    • unknown's avatar
      added more debug trace · 2acf4014
      unknown authored
          + removed double check for invalid socket
      
      
      ndb/src/common/transporter/Transporter.cpp:
        added more debug trace
        + removed double check for invalid socket
      ndb/src/ndbapi/Ndb.cpp:
        added more debug trace
      2acf4014
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · 4eb1c684
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      4eb1c684
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 527c2d74
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      ndb/test/run-test/daily-devel-tests.txt:
        Auto merged
      527c2d74
    • unknown's avatar
      ndb - add more tests to autotest · d4574b91
      unknown authored
      
      ndb/test/run-test/daily-basic-tests.txt:
        run mysql-test-run for max 1 hour
          (normally 30 minutes)
      ndb/test/run-test/daily-devel-tests.txt:
        Add benchmark to devel suite
      ndb/test/run-test/main.cpp:
        Add bench mode. always produce report
      ndb/test/run-test/run-test.hpp:
        Add bench mode. always produce report
      d4574b91
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · d8c74a9c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      d8c74a9c
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · ed74e8f9
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      ed74e8f9
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 62fc28f4
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      62fc28f4
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 13ca00ee
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      sql/sql_parse.cc:
        Auto merged
      13ca00ee
    • unknown's avatar
      ndb - adapt old testprg to changes in ndbapi · 86b0dc16
      unknown authored
      
      ndb/test/ndbapi/bench/userInterface.h:
        adapt to changes in ndbapi
      86b0dc16
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 93195380
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      93195380
    • unknown's avatar
      Merge mysql.com:/home/kostja/work/mysql-4.1-root · 6cdda5b3
      unknown authored
      into mysql.com:/home/kostja/work/mysql-5.0-root
      
      
      libmysql/libmysql.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      6cdda5b3
    • unknown's avatar
      Follow-up for bug#7990 · d9039e87
      unknown authored
      
      libmysql/libmysql.c:
        And now put it to the proper place and make it work (Bug#7990)
      tests/mysql_client_test.c:
        Enable the test for bug#7990
      d9039e87
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · fc75a836
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/src/kernel/vm/FastScheduler.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      fc75a836
    • unknown's avatar
      merge · 8da1c3e0
      unknown authored
      8da1c3e0
    • unknown's avatar
      daily-basic-tests.txt: · 9af6c3a2
      unknown authored
        increased timeout as it is exceeded every now and then giving erroneous indication on error
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        increased timeout as it is exceeded every now and then giving erroneous indication on error
      9af6c3a2
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · e511acba
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      e511acba
    • unknown's avatar
      Merge mysql.com:/home/kostja/work/mysql-4.1-root · 98bc2348
      unknown authored
      into mysql.com:/home/kostja/work/mysql-5.0-root
      
      
      libmysql/libmysql.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      98bc2348
    • unknown's avatar
      Fix -ansi -pedantic compilation failure. · bebba958
      unknown authored
      bebba958
    • unknown's avatar
      A fix and test case for Bug#7990 "mysql_stmt_close doesn't · a26ce94f
      unknown authored
      reset mysql->net.last_error": the solution is to clear
      MYSQL->net error before performing COM_CLOSE: if the call
      succeeds, the connection is usable for other statements.
      More comprehensive fix is to clear MYSQL->net for all
      recoverable errors at the time they happen, it will be
      implemented in 5.0 as it introduces incompatibility in behavior.
      
      
      libmysql/libmysql.c:
        A simple fix for Bug#7990 "mysql_stmt_close doesn't reset 
        mysql->net.last_error"
      tests/mysql_client_test.c:
        A test case for Bug#7990 " mysql_stmt_close doesn't reset 
        mysql->net.last_error"
      a26ce94f
    • unknown's avatar
      adopted test scripts · b0af47bc
      unknown authored
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        added debug printouts
      ndb/test/ndbapi/testDict.cpp:
        updated FragmentType tests, removed failing "equal" on the tables since they will not be equal because fragmentation is updated from the kernel
      ndb/test/run-test/16node-tests.txt:
        adopted test scripts to new Fragment test name
      ndb/test/run-test/basic.txt:
        adopted test scripts to new Fragment test name
      ndb/test/run-test/daily-basic-tests.txt:
        adopted test scripts to new Fragment test name
      b0af47bc
    • unknown's avatar
      manual merge · c7674f14
      unknown authored
      
      libmysql/libmysql.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      c7674f14