1. 09 Aug, 2006 5 commits
    • unknown's avatar
    • unknown's avatar
      Merge mysql.com:/home/marty/MySQL/mysql-5.0 · 893ed9fc
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1-ndb
      
      
      mysql-test/r/ndb_read_multi_range.result:
        Auto merged
      mysql-test/t/ndb_lock.test:
        Auto merged
      mysql-test/t/ndb_read_multi_range.test:
        Auto merged
      storage/ndb/include/ndbapi/NdbTransaction.hpp:
        Auto merged
      mysql-test/r/ndb_lock.result:
        Merge (using local)
      sql/ha_ndbcluster.cc:
        Merge fix for bug #18184  SELECT ... FOR UPDATE does not work..
      sql/ha_ndbcluster.h:
        Merge fix for bug #18184  SELECT ... FOR UPDATE does not work..
      893ed9fc
    • unknown's avatar
      Fix for bug #21059 Server crashes on join query with large dataset with NDB... · d81ace87
      unknown authored
      Fix for bug #21059  Server crashes on join query with large dataset with NDB tables: added more tests
      
      
      
      d81ace87
    • unknown's avatar
      ndb - bug#21363 · e7fbb26c
      unknown authored
        add file that got missing from last changset
      
      
      e7fbb26c
    • unknown's avatar
      ndb - bug#21363 · 87a539a6
      unknown authored
        Add extra sleeps (conditionally) if user-ndb-object still exists during shutdown
        Note: This is not in anyway optimal, but i dont't really know in which order should be shutdown
              but it fixes problem...
      
      
      sql/ha_ndbcluster_binlog.cc:
        Add extra wait loop to make user "user" ndb-object go away...
          otherwise user thread can have ongoing SUB_DATA
      storage/ndb/include/ndbapi/ndb_cluster_connection.hpp:
        Add interface for getting active ndb-object count
      storage/ndb/src/ndbapi/Ndbif.cpp:
        Add return in case of incorrect magic
      storage/ndb/src/ndbapi/TransporterFacade.cpp:
        Add interface for getting active ndb-object count
      storage/ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Add interface for getting active ndb-object count
      87a539a6
  2. 08 Aug, 2006 2 commits
    • unknown's avatar
      Merge mysql.com:/home/marty/MySQL/mysql-4.1 · d2fd4efc
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.0
      
      
      mysql-test/r/ndb_lock.result:
        Auto merged
      mysql-test/t/ndb_lock.test:
        Auto merged
      sql/ha_ndbcluster.cc:
        Merge
      d2fd4efc
    • unknown's avatar
      bug #18184 SELECT ... FOR UPDATE does not work..: Added lockTuple call in close_scan · 01543ee2
      unknown authored
      
      sql/ha_ndbcluster.cc:
        bug #18184  SELECT ... FOR UPDATE does not work..: Added lockTuple call in closeScan
      mysql-test/r/ndb_lock.result:
        bug #18184  SELECT ... FOR UPDATE does not work..: Added lockTuple call in closeScan
      mysql-test/t/ndb_lock.test:
        bug #18184  SELECT ... FOR UPDATE does not work..: Added lockTuple call in closeScan
      01543ee2
  3. 07 Aug, 2006 4 commits
  4. 08 Jul, 2006 1 commit
  5. 07 Jul, 2006 9 commits
  6. 06 Jul, 2006 19 commits
    • unknown's avatar
      After merge fixes. · 71e84df0
      unknown authored
      
      sql/event_timed.cc:
        After merge fixes: dbname can never be NULL.
      sql/events.cc:
        After merge fixes: use a new signature of sp_use_new_db
      sql/sp_head.cc:
        After merge fixes: replace assert with an if for events code to work.
      sql/sql_parse.cc:
        After merge fixes: put back free_items, it's used in partitioning.
        Whether it is not a bug is to be investigated.
        Remove check_db_used, as planned.
      71e84df0
    • unknown's avatar
      Merge ymer.(none):/usr/local/mysql/mysql-5.0-bug19951 · 07b95e60
      unknown authored
      into  ymer.(none):/usr/local/mysql/tmp-5.1
      
      
      mysql-test/t/wait_timeout.test:
        Auto merged
      07b95e60
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · 16c54768
      unknown authored
      into  bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge
      
      
      16c54768
    • unknown's avatar
      removed alter table partition error test since it cannot be made... · 9d332ef7
      unknown authored
      removed alter table partition error test since it cannot be made predictable... name will change of created file
      
      
      
      9d332ef7
    • unknown's avatar
      BUG#19951: Race conditions in test wait_timeout. · 224082fc
      unknown authored
      Fix random failures in test 'wait_timeout' that depend on exact timing.
      
      1. Force a reconnect initially if necessary, as otherwise slow startup
      might have caused a connection timeout before the test can even start.
      
      2. Explicitly disconnect the first connection to remove confusion about
      which connection aborts from timeout, causing test failure.
      
      
      mysql-test/r/wait_timeout.result:
        Fix two races in test.
      mysql-test/t/wait_timeout.test:
        Fix two races in test.
      224082fc
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1 · c21a6eda
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      c21a6eda
    • unknown's avatar
      Merge bodhi.netgear:/opt/local/work/tmp_merge · df9b4754
      unknown authored
      into  bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge-with-5.0
      
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/ps.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      mysql-test/t/ps.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp.h:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_trigger.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      sql/table.h:
        Auto merged
      sql/tztime.cc:
        Auto merged
      include/my_sys.h:
        Manual merge (second attempt).
      mysql-test/r/bdb.result:
        Manual merge (second attempt).
      mysql-test/t/bdb.test:
        Manual merge (second attempt).
      mysys/my_malloc.c:
        Manual merge (second attempt).
      mysys/safemalloc.c:
        Manual merge (second attempt).
      sql/ha_federated.cc:
        Manual merge (second attempt).
      sql/log_event.cc:
        Manual merge (second attempt).
      sql/set_var.cc:
        Manual merge (second attempt).
      sql/set_var.h:
        Manual merge (second attempt).
      sql/slave.cc:
        Manual merge (second attempt).
      sql/slave.h:
        Manual merge (second attempt).
      sql/sql_class.h:
        Manual merge (second attempt).
      sql/sql_table.cc:
        Manual merge (second attempt).
      sql/sql_udf.cc:
        Manual merge (second attempt).
      sql/sql_yacc.yy:
        Manual merge (second attempt).
      df9b4754
    • unknown's avatar
      Merge bodhi.netgear:/opt/local/work/mysql-5.1-root · d2b4e9c8
      unknown authored
      into  bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      d2b4e9c8
    • unknown's avatar
      Bug #20820 auto inc table not handled correctly when restored from cluster backup · 925fba7a
      unknown authored
      
      mysql-test/t/ndb_dd_backuprestore.test:
        make sure only run in default cluster
      mysql-test/t/rpl_ndb_dd_advance.test:
        make sure only run in default cluster
      mysql-test/t/rpl_ndb_sync.test:
        make sure only run in default cluster
      925fba7a
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · b78304d2
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      mysql-test/r/ndb_restore.result:
        manual merge
      mysql-test/t/ndb_restore.test:
        manual merge
      storage/ndb/tools/restore/consumer_restore.cpp:
        manual merge
      b78304d2
    • unknown's avatar
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1 · b8057c4a
      unknown authored
      into trift2.:/M51/bug20216-5.1
      
      
      scripts/Makefile.am:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      b8057c4a
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1 · 1ceab206
      unknown authored
      into trift2.:/M51/merge-5.1
      
      
      1ceab206
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 9a15154f
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      9a15154f
    • unknown's avatar
      corrected result file · f523685c
      unknown authored
      - missing order by
      
      
      f523685c
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · 088aad5d
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      storage/ndb/src/ndbapi/DictCache.cpp:
        Auto merged
      088aad5d
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 · 123c0a98
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      ndb/src/ndbapi/DictCache.cpp:
        Auto merged
      123c0a98
    • unknown's avatar
      backport of ndb DictCache fix · 7997d847
      unknown authored
      - don't invalidate tables that are in state RETRIEVING
      
      
      7997d847
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · e7340d5c
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      e7340d5c