1. 06 Jul, 2004 3 commits
    • 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
  2. 05 Jul, 2004 1 commit
    • 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
  3. 02 Jul, 2004 2 commits
  4. 30 Jun, 2004 4 commits
  5. 29 Jun, 2004 3 commits
  6. 28 Jun, 2004 5 commits
    • unknown's avatar
      small bug fix · 64145535
      unknown authored
      64145535
    • unknown's avatar
      adopting mysql-test-run to new ndb config · c43445e1
      unknown authored
      + added option to ndb_waiter to wait for NO CONTACT
      
      
      mysql-test/mysql-test-run.sh:
        adopting mysql-test-run to new ndb config
      mysql-test/ndb/ndbcluster.sh:
        adopting mysql-test-run to new ndb config
      ndb/tools/waiter.cpp:
        added option to wait for NO CONTACT
      c43445e1
    • unknown's avatar
      Merge · 700e94e1
      unknown authored
      
      mysql-test/ndb/ndb_config_2_node.ini:
        SCCS merged
      mysql-test/ndb/ndbcluster.sh:
        SCCS merged
      700e94e1
    • unknown's avatar
    • unknown's avatar
      several config fixes for ndb, see respective file · e2d3f7b0
      unknown authored
      
      ndb/include/debugger/EventLogger.hpp:
        removed unused method
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete
      ndb/include/mgmcommon/NdbConfig.h:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/include/ndb_global.h:
        introduced define NDB_BASE_PORT to control default port for ndb
      ndb/src/common/debugger/EventLogger.cpp:
        removed unused method
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        introduced define NDB_BASE_PORT to control default port for ndb
        + added setting default Id's on nodes
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        changed error message
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        introduced define NDB_BASE_PORT to control default port for ndb
      ndb/src/common/mgmcommon/NdbConfig.c:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/common/transporter/TransporterRegistry.cpp:
        spelling errors
      ndb/src/kernel/error/ErrorReporter.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/error/ErrorReporter.hpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/main.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/vm/Configuration.cpp:
        moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished
      ndb/src/kernel/vm/Configuration.hpp:
        moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished
      ndb/src/mgmclient/main.cpp:
        fix default port number
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        fix default port
      ndb/src/mgmsrv/Services.cpp:
        added spec of transporter in get_nodeid
      ndb/src/mgmsrv/main.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/ndbapi/TransporterFacade.cpp:
        moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished
      ndb/src/ndbapi/TransporterFacade.hpp:
        moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished
      e2d3f7b0
  7. 27 Jun, 2004 4 commits
  8. 26 Jun, 2004 11 commits
  9. 25 Jun, 2004 7 commits
    • unknown's avatar
      merged · dbdca405
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      dbdca405
    • unknown's avatar
      release cursors in return_zero_rows · 00567fe6
      unknown authored
      
      sql/opt_range.cc:
        incorrect fix removed. range optimizer is made slightly more stable vs. compiler optimizations
      00567fe6
    • unknown's avatar
      Fix for 'make dist' 'make distclean' goals work even if ./configure · 3b79bf10
      unknown authored
      called without NDB enabled.
      
      
      3b79bf10
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 59899c2f
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/mysql_priv.h:
        Auto merged
      59899c2f
    • unknown's avatar
      After merge fixes · ba8ffc50
      unknown authored
      
      include/mysql.h:
        Cleanup
      sql-common/client.c:
        Allow client.c to compile after changes to mysql.h
      sql/opt_range.cc:
        Make bdb.test repeatable (and assume that table scans is a little bit slower)
      sql/sql_handler.cc:
        Fixed typo during merge
      sql/sql_insert.cc:
        Fixed indentation
      ba8ffc50
    • unknown's avatar
      Merge with 4.0 to get the latest bug patches to 4.1 · c6e23c85
      unknown authored
      
      BitKeeper/etc/ignore:
        added sql/mysql_tzinfo_to_sql
      BitKeeper/etc/logging_ok:
        auto-union
      acinclude.m4:
        Auto merged
      extra/perror.c:
        Auto merged
      include/mysql.h:
        Auto merged
      innobase/include/mach0data.ic:
        Auto merged
      innobase/include/mtr0log.h:
        Auto merged
      innobase/include/mtr0log.ic:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/pars/lexyy.c:
        Auto merged
      BitKeeper/deleted/.del-4.0.XX-gpl.ipr~f5909a9e9bd8094:
        Auto merged
      BitKeeper/deleted/.del-Clients and Tools.fgl~bf0f776883577f02:
        Auto merged
      BitKeeper/deleted/.del-Development.fgl~6392ce285e73f5fc:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/innodb_cache.result:
        Auto merged
      mysql-test/r/lowercase_table2.result:
        Auto merged
      mysql-test/t/innodb_cache.test:
        Auto merged
      mysql-test/t/lowercase_table2.test:
        Auto merged
      sql/ha_berkeley.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      libmysql/libmysql.c:
        Merge with 4.0
      mysql-test/r/bdb.result:
        Merge with 4.0
      mysql-test/r/range.result:
        Merge with 4.0
      mysql-test/t/bdb.test:
        Merge with 4.0
      mysys/hash.c:
        Merge with 4.0
      scripts/mysql_install_db.sh:
        Merge with 4.0
      sql/field.cc:
        Merge with 4.0
      sql/field.h:
        Merge with 4.0
      sql/mysql_priv.h:
        Merge with 4.0
      sql/sql_handler.cc:
        Merge with 4.0
      sql/sql_select.cc:
        Merge with 4.0
      sql/sql_table.cc:
        Merge with 4.0
      c6e23c85
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 17a7d021
      unknown authored
      into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-fix
      
      
      17a7d021