1. 22 Feb, 2006 26 commits
  2. 21 Feb, 2006 14 commits
    • unknown's avatar
      BUG #15408 - Partitions: subpartition names are not unique · cff3ab9d
      unknown authored
      
      libmysqld/Makefile.am:
        changed name to partition_info.cc
      mysql-test/r/partition_mgm_err.result:
        added drop table for previous test
      mysql-test/t/partition_mgm_err.test:
        added drop table for previous test
      sql/Makefile.am:
        reformatted a bit
        changed name of partition_info.cpp to partition_info.cc
      sql/partition_element.h:
        updated copyright date
      sql/partition_info.cc:
        minor corrections as a result of review
      sql/partition_info.h:
        updated copyright date
      sql/sql_partition.cc:
        updated file comment and fixed some spacing
      sql/sql_partition.h:
        updated copyright date
      win/cmakefiles/sql:
        changed name to partition_info.cc
      cff3ab9d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 9af2e45c
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-runtime
      
      
      sql/sql_yacc.yy:
        Auto merged
      sql/share/errmsg.txt:
        SCCS merged
      9af2e45c
    • unknown's avatar
      Fix the changelog entry header, format was wrong · df2c7f07
      unknown authored
      df2c7f07
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a18a070c
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        SCCS merged
      a18a070c
    • unknown's avatar
      configure.in (in the new clone): · c4937cdf
      unknown authored
          This is a re-clone after tagging, so the version must be set back to 5.1.7-beta.
      
      
      configure.in:
        This is a re-clone after tagging, so the version must be set back to 5.1.7-beta.
      c4937cdf
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 78c42bea
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1-bug15408
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_partition.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      78c42bea
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 45d4b1e9
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/im/5.0-im-fix-race
      
      
      server-tools/instance-manager/instance_map.cc:
        Auto merged
      45d4b1e9
    • unknown's avatar
      Fix race condition: instance map wasn't locked for the · 0187c361
      unknown authored
      duration of the whole 'flush instances'. As a consequence,
      it was possible to query instance map, while it is in the
      inconsistent state. The patch was reworked after review.
      
      
      server-tools/instance-manager/guardian.cc:
        do not lock instance map in Guardian_thread::init()
      server-tools/instance-manager/instance_map.cc:
        Eliminate race condition: lock instance map and guardian
        for the duration of the whole "FLUSH INSTANCES" execution.
      server-tools/instance-manager/instance_map.h:
        add new method. cleanup interface. add comments.
      server-tools/instance-manager/manager.cc:
        use instance_map.flush_instances instead of instance_map.load() and guardian_thread.init()
      0187c361
    • unknown's avatar
      Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new-ndb_improved_on-line_discover · 26b329a7
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/ha_ndbcluster_binlog.h:
        Auto merged
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/backup/Backup.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Merge
      26b329a7
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · f33bb66f
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
      
      f33bb66f
    • unknown's avatar
      Fix for Bug #12674 "Instance Manager: IM doesn't handle client · 2dea6178
      unknown authored
      connections correctly".
      Recommit with the max timeout value in sync with the comment.
      
      
      server-tools/instance-manager/options.cc:
        add new option to set wait timeout
      server-tools/instance-manager/priv.h:
        add a const for max wait timeout
      2dea6178
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 01048cf2
      unknown authored
      into  april.(none):/home/svoj/devel/mysql/BUG17116/mysql-5.1-new
      
      01048cf2
    • unknown's avatar
      disable tests. failures happen from time to time and stop people from · 01d9cf16
      unknown authored
      pushing. the code needs to be more stable.
      
      01d9cf16
    • unknown's avatar
      ndb - enable ndb_dd_backuprestore · c0d71a22
      unknown authored
      
      mysql-test/t/disabled.def:
        enable ndb_dd_backuprestore
      c0d71a22