1. 19 Jul, 2004 1 commit
    • unknown's avatar
      BUG#4511 Made Discless deprecated · b2077869
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Change to diskless
      mysql-test/ndb/ndb_config_2_node.ini:
        Change to diskless
      mysql-test/ndb/ndbcluster.sh:
        Change to diskless
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        Making Discless deprecated, so it still can be used but a warning will be printed if used.
        Adde possibilty to transform a value of type ConfigInfo::BOOL, neede for depicated Discless
      b2077869
  2. 16 Jul, 2004 1 commit
    • unknown's avatar
      BUG#4511 · 181f3f87
      unknown authored
      
      ndb/src/common/debugger/EventLogger.cpp:
        Changed to STATISTICS
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        Changed to Diskless
      181f3f87
  3. 15 Jul, 2004 2 commits
    • unknown's avatar
      Moved testScanPerf to ndb/test/ndbapi/ and added it to Makefile · 82a36fe4
      unknown authored
      
      BitKeeper/deleted/.del-Makefile~bf89f137b06b6e68:
        Delete: ndb/test/ndbapi/testScanPerf/Makefile
      BitKeeper/deleted/.del-testScanPerf.cpp~b619ce6099f279a1:
        Delete: ndb/test/ndbapi/testScanPerf/testScanPerf.cpp
      ndb/test/ndbapi/Makefile.am:
        Add testScanPerf to Makefile.am
      82a36fe4
    • unknown's avatar
      Remove the remains of SCAN_TABINFO signal · ade3917c
      unknown authored
      
      ndb/include/kernel/GlobalSignalNumbers.h:
        Remove unused signal number for GSN_SCAN_TABINFO
      ndb/include/kernel/signaldata/ScanTab.hpp:
        Remove definition of old signal ScanTabInfo
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Removed old print function for SCAN_TABINFO
      ndb/src/common/debugger/signaldata/SignalNames.cpp:
        Removed name for GSN_SCAN_TABINFO
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Removed SCAN_TABINFO and old comment
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Removed duplicate definition of WAIFOR_SCAN_TIMEOUT, real one is in NdbScanOperation.cpp
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Removed duplicate debug printout
      ndb/src/ndbapi/Ndbif.cpp:
        Removed SCAN_TABINFO
      ade3917c
  4. 08 Jul, 2004 1 commit
    • unknown's avatar
      BUG#3963 · 768c6df5
      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
      768c6df5
  5. 07 Jul, 2004 2 commits
    • unknown's avatar
      testIndex -n NFNR1 · c415aa33
      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
      c415aa33
    • unknown's avatar
      wl1292 - minor fixes · 491f17b1
      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
      491f17b1
  6. 06 Jul, 2004 26 commits
    • unknown's avatar
      testScan -n ScanReadError5023 · 1036c06e
      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
      1036c06e
    • unknown's avatar
      fix for testTransactions -n InsertInsert · 697bc71c
      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
      697bc71c
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 20f5baa1
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      20f5baa1
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 43ab5af6
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      43ab5af6
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 559f6c0e
      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
      559f6c0e
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5801651c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      5801651c
    • unknown's avatar
      Fixed typo · b89d503c
      unknown authored
      b89d503c
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 · 34c06902
      unknown authored
      into ltantony.rdg.cyberkinetica.com:/usr/home/antony/work/bug4407.1
      
      34c06902
    • unknown's avatar
      Bug#4407 - assertion in ha_myisam.cc · c7d48e57
      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
      c7d48e57
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · 63af3802
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      client/mysqltest.c:
        Auto merged
      63af3802
    • unknown's avatar
      mysql_fix_privilege_tables.sh: · 3340c1d7
      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 --)
      3340c1d7
    • unknown's avatar
      HAVE_RTREE_KEYS are enabled on windows too · 8e7ba948
      unknown authored
      8e7ba948
    • unknown's avatar
      mysqltest.c: · c7586d02
      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.
      c7586d02
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · 48d93634
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      48d93634
    • unknown's avatar
      re-enable spatial features for windows · 7f4ddfdb
      unknown authored
      grr
      
      7f4ddfdb
    • unknown's avatar
      wl1873 Add ScanRestart to daily-basic-tests · 76c4f5aa
      unknown authored
      
      ndb/test/run-test/daily-basic-tests.txt:
        Add ScanRestart to daily-basic-tests
      76c4f5aa
    • unknown's avatar
      wl1873 · 4a25b3ec
      unknown authored
      4a25b3ec
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-ndb · df9dc9d5
      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
      df9dc9d5
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0a9c9c2a
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      0a9c9c2a
    • unknown's avatar
      rpl_charset.result, rpl_charset.test: · 3e4084ae
      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.
      3e4084ae
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · f3a24f26
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      mysql-test/ndb/ndbcluster.sh:
        Auto merged
      f3a24f26
    • unknown's avatar
      Fix uninit variable · 1fc3aea2
      unknown authored
      1fc3aea2
    • unknown's avatar
      merge · c5f2a569
      unknown authored
      
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      c5f2a569
    • unknown's avatar
      missing ; · 337eb417
      unknown authored
      337eb417
    • unknown's avatar
      Fixed memory handling · 2fefc006
      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
      2fefc006
  7. 05 Jul, 2004 6 commits
    • unknown's avatar
      Fixed bugs in ordered scan discovered by mysql-test-run · 066e0b8c
      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
      066e0b8c
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6ba90340
      unknown authored
      into zero.local.lan:/GORDON/MySQL/mysql-4.1/src
      
      6ba90340
    • unknown's avatar
      Merge joreland@bk-internal:/home/bk/mysql-4.1 · f755c191
      unknown authored
      into melody.local:/home/mysqldev/jonas/mysql-4.1
      
      f755c191
    • unknown's avatar
      BUG#4384 · a02a9cdb
      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
      a02a9cdb
    • unknown's avatar
      - fixed typo in mysql-test/ndb/ndbcluster.sh that caused a · f3f0bf95
      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
      f3f0bf95
    • unknown's avatar
      Fix mysql-test-run ndb order by/endian issue · 9aa689fb
      unknown authored
      9aa689fb
  8. 04 Jul, 2004 1 commit