1. 08 Jul, 2004 2 commits
    • unknown's avatar
      Fixes for min, max and default values of config params · 08169b04
      unknown authored
      Removed all DEPRICATED params
      Introduced MAX_INT_RNIL as new maximum of Uint32 = RNIL - 1
      
      
      08169b04
    • unknown's avatar
      BUG#3963 · 715158b7
      unknown authored
      
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        let sendTCKEY_FAILCONF reset marker
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        1) let sendTCKEY_FAILCONF reset marker
        2) Restart marker scan on NF
        3) Don't send TCKEY_FAILCONF to 0
      ndb/src/mgmapi/mgmapi.cpp:
        More info from mgmapi
      ndb/test/run-test/daily-basic-tests.txt:
        drop tables to fix -n MassiveRollback
      ndb/test/run-test/main.cpp:
        More error messages (and retries) on error
      715158b7
  2. 07 Jul, 2004 2 commits
    • unknown's avatar
      testIndex -n NFNR1 · abf8c93d
      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
      abf8c93d
    • unknown's avatar
      wl1292 - minor fixes · 7992ae42
      unknown authored
      
      ndb/test/run-test/main.cpp:
        Remove LD_LIBRARY_PATH setting as it's compiled into binary
        Removed node id from NDB_CONNECTSTRING
      7992ae42
  3. 06 Jul, 2004 26 commits
    • unknown's avatar
      testScan -n ScanReadError5023 · eebf8ff5
      unknown authored
      Don't wait for more SCANTAB_CONF when received SCAN_TABREF
      
      
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Don't wait for more SCANTAB_CONF when received SCAN_TABREF
        More debug
      eebf8ff5
    • unknown's avatar
      fix for testTransactions -n InsertInsert · cb76ceb1
      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
      cb76ceb1
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · e75a7add
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      e75a7add
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8ce9725e
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      8ce9725e
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · f1ef636a
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      f1ef636a
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 10935692
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      10935692
    • unknown's avatar
      Fixed typo · f5652ffa
      unknown authored
      f5652ffa
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6407a932
      unknown authored
      into ltantony.rdg.cyberkinetica.com:/usr/home/antony/work/bug4407.1
      
      
      6407a932
    • unknown's avatar
      Bug#4407 - assertion in ha_myisam.cc · 8da691f3
      unknown authored
        Fix assertion failure where ha_myisam::index_next() is called
        without first calling ha_myisam::ha_index_init()
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8da691f3
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · f1b37d3e
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      client/mysqltest.c:
        Auto merged
      f1b37d3e
    • unknown's avatar
      mysql_fix_privilege_tables.sh: · 68aec1e4
      unknown authored
        various fixes (for mysql-test-run at least):
        * accept --no-defaults
        * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --)
      ps_3innodb.test:
        only run ps_3innodb.test if innodb is present
      mysql-test-run.sh:
        it's --verbose, not --verbose=1
      
      
      mysql-test/mysql-test-run.sh:
        it's --verbose, not --verbose=1
      mysql-test/t/ps_3innodb.test:
        only run ps_3innodb.test if innodb is present
      scripts/mysql_fix_privilege_tables.sh:
        various fixes (for mysql-test-run at least):
        * accept --no-defaults
        * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --)
      68aec1e4
    • unknown's avatar
      HAVE_RTREE_KEYS are enabled on windows too · 692f440b
      unknown authored
      692f440b
    • unknown's avatar
      mysqltest.c: · b5f66b02
      unknown authored
        Bug #4338  	mysql-test-run fails if compiled with non-latin1 character set.
      
      
      client/mysqltest.c:
        Bug #4338  	mysql-test-run fails if compiled with non-latin1 character set.
      b5f66b02
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · 133c244d
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      133c244d
    • unknown's avatar
      re-enable spatial features for windows · 6ecb2557
      unknown authored
      grr
      
      
      6ecb2557
    • unknown's avatar
      wl1873 Add ScanRestart to daily-basic-tests · e1fdd5f6
      unknown authored
      
      ndb/test/run-test/daily-basic-tests.txt:
        Add ScanRestart to daily-basic-tests
      e1fdd5f6
    • unknown's avatar
      wl1873 · 1a74bb1d
      unknown authored
      1a74bb1d
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-ndb · ca6e7a0c
      unknown authored
      into mysql.com:/home/jonas/src/wl1873
      
      
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Auto merged
      ndb/src/ndbapi/NdbResultSet.cpp:
        Auto merged
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      ndb/test/ndbapi/testScan.cpp:
        Auto merged
      ca6e7a0c
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 82912d98
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      82912d98
    • unknown's avatar
      rpl_charset.result, rpl_charset.test: · 46f90a6a
      unknown authored
        An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
      
      
      mysql-test/t/rpl_charset.test:
        An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
      mysql-test/r/rpl_charset.result:
        An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
      46f90a6a
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · d0a9676b
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      mysql-test/ndb/ndbcluster.sh:
        Auto merged
      d0a9676b
    • unknown's avatar
      Fix uninit variable · 1d57e419
      unknown authored
      1d57e419
    • unknown's avatar
      merge · 913424a8
      unknown authored
      
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      913424a8
    • unknown's avatar
      missing ; · 3e73b86d
      unknown authored
      3e73b86d
    • unknown's avatar
      Fixed memory handling · 17735954
      unknown authored
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        longable when routed
      ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
        longable when routed
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Init blob count correctly
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Receiver::init
      ndb/src/ndbapi/NdbOperation.cpp:
        Receiver::init
        release memory
      17735954
  4. 05 Jul, 2004 6 commits
    • unknown's avatar
      Fixed bugs in ordered scan discovered by mysql-test-run · 3f3ea303
      unknown authored
      Enabled ordered scan in handler
      
      
      
      ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Introduced map for
        index attributes (keys) -> real attr id (and back)
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Introduced map for
        index attributes (keys) -> real attr id (and back)
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Moved saveBound to NdbIndexScanOperation
        Fixed bugs in handling of setBounds w.r.t getValues and index keys
          (use new reverse map)
        Fixed bugs in next_result_ordered
      sql/ha_ndbcluster.cc:
        Use sorted scan when requested
      3f3ea303
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3e3a2e83
      unknown authored
      into zero.local.lan:/GORDON/MySQL/mysql-4.1/src
      
      
      3e3a2e83
    • unknown's avatar
      Merge joreland@bk-internal:/home/bk/mysql-4.1 · 38486b33
      unknown authored
      into melody.local:/home/mysqldev/jonas/mysql-4.1
      
      
      38486b33
    • unknown's avatar
      BUG#4384 · 1042c0e8
      unknown authored
      
      ndb/src/common/util/ConfigValues.cpp:
        BUG#4384
        Compute pointers manually instead of using ptr[-x]
        Changed return type from "*&" to "**"
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1042c0e8
    • unknown's avatar
      - fixed typo in mysql-test/ndb/ndbcluster.sh that caused a · 298ce27e
      unknown authored
         "test: argument expected" error when trying to run the NDB test
         suite on Solaris
      
      
      mysql-test/ndb/ndbcluster.sh:
         - fixed typo that caused a "test: argument expected" error when trying
           to run the NDB test suite on Solaris
      298ce27e
    • unknown's avatar
      Fix mysql-test-run ndb order by/endian issue · 41b04a9b
      unknown authored
      41b04a9b
  5. 04 Jul, 2004 1 commit
  6. 02 Jul, 2004 3 commits
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · d760bfd6
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
      
      
      configure.in:
        Auto merged
      d760bfd6
    • unknown's avatar
      item_geofunc.cc: · 5b384948
      unknown authored
        Minor comment tweaks.
      
      
      sql/item_geofunc.cc:
        Minor comment tweaks.
      5b384948
    • unknown's avatar
      Added comments to the PS test files, to prevent modifications which may destroy the tests . · 3214bf81
      unknown authored
      
      mysql-test/include/ps_create.inc:
        Added comments
      mysql-test/include/ps_modify.inc:
        added comments
      mysql-test/include/ps_modify1.inc:
        Added comments
      mysql-test/include/ps_query.inc:
        Added and modified comments
      mysql-test/t/ps_1general.test:
        Description of the test structure and rules how to extend the tests added and one comment modified .
      mysql-test/t/ps_2myisam.test:
        Added comments
      mysql-test/t/ps_3innodb.test:
        added comments
      mysql-test/t/ps_4heap.test:
        added and altered comments
      mysql-test/t/ps_5merge.test:
        added comments
      mysql-test/t/ps_6bdb.test:
        added comments
      3214bf81