1. 25 Aug, 2007 3 commits
  2. 24 Aug, 2007 20 commits
  3. 23 Aug, 2007 13 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0-opt · 9723a936
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-opt
      
      
      mysql-test/r/query_cache.result:
        Auto merged
      mysql-test/t/query_cache.test:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      9723a936
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · 30f5bb9e
      unknown authored
      into  bk-internal.mysql.com:/users/gshchepa/mysql-5.1-opt
      
      
      sql/item.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      30f5bb9e
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 · 294a43ec
      unknown authored
      into  bk-internal.mysql.com:/users/gshchepa/mysql-5.0-opt
      
      
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      294a43ec
    • unknown's avatar
      Bug #28430 Failure in replication of innodb partitioned tables on row/mixed format. · f0d1ac25
      unknown authored
      In the ha_partition::position() we didn't calculate the number
      of the partition of the record. We used m_last_part value instead,
      relying on that it is set in other place like previous call of a method
      like ::write_row(). In replication we don't call any of these befor
      position(). Delete_rows_log_event::do_exec_row calls find_and_fetch_row.
      In case of InnoDB-based PARTITION table, we have HA_PRIMARY_KEY_REQUIRED_FOR_POSITION
      enabled, so use position() / rnd_pos() calls to fetch the record.
      
      Fixed by adding partition_id calculation to the ha_partition::position()
      
      
      sql/ha_partition.h:
         Bug #28430 Failure in replication of innodb partitioned tables on row/mixed format.
        column_bitmaps_signal interface added
      sql/ha_partition.cc:
        Bug #28430 Failure in replication of innodb partitioned tables on row/mixed format.
        Calculate the number of the partition in ha_partition::position().
        ha_partition::column_bitmaps_signal() implemented
      mysql-test/r/partition_pruning.result:
        Bug #28430 Failure in replication of innodb partitioned tables on row/mixed format.
        test result fixed
      f0d1ac25
    • unknown's avatar
      Merge trift2.:/MySQL/M50/push-5.0 · aa52d6d7
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      aa52d6d7
    • unknown's avatar
      Merge trift2.:/MySQL/M50/netware-5.0 · 48f72746
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      48f72746
    • unknown's avatar
      Merge trift2.:/MySQL/M51/netware-5.1 · 82b2ad46
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      netware/Makefile.am:
        Auto merged
      82b2ad46
    • unknown's avatar
      Merge trift2.:/MySQL/M50/netware-5.0 · 189af515
      unknown authored
      into  trift2.:/MySQL/M51/netware-5.1
      
      
      BitKeeper/deleted/.del-isamchk.def:
        Auto merged
      BitKeeper/deleted/.del-isamlog.def:
        Auto merged
      BitKeeper/deleted/.del-pack_isam.def:
        Auto merged
      netware/Makefile.am:
        Auto merged
      189af515
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22 · 42bd0a4a
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
      
      
      42bd0a4a
    • unknown's avatar
      Merge gleb.loc:/home/uchum/work/bk/5.0-opt · 43ab87e0
      unknown authored
      into  gleb.loc:/home/uchum/work/bk/5.1-opt
      
      
      sql/sql_select.cc:
        Auto merged
      43ab87e0
    • unknown's avatar
      BUG#30017 log-slave-updates incorrect behavior for cluster · 9e72aacf
      unknown authored
      - let the receiving injector thread decide what to do
      (recommit for 5.1.22 target)
      
      
      sql/ha_ndbcluster.cc:
        BUG#30017 log-slave-updates incorrect behavior for cluster
        - let the receiving injector thread decide what to do
      sql/ha_ndbcluster_binlog.cc:
        BUG#30017 log-slave-updates incorrect behavior for cluster
        - let the receiving injector thread decide what to do
      9e72aacf
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22 · a59096c5
      unknown authored
      into  mysql.com:/data1/mysql-5.1-target-5.1.22
      
      
      a59096c5
    • unknown's avatar
      BUG#30134 restore of backup from different endian can work for timestamp column · 650e06af
      unknown authored
      (recommit for 5.1.22 target)
      
      
      storage/ndb/tools/restore/Restore.cpp:
        Convert byte order of timestamp data type
      650e06af
  4. 22 Aug, 2007 4 commits
    • unknown's avatar
      Cleanup in the "netware" subdirectory: · 870958d2
      unknown authored
      1) We do not provide the "isam" table handler in 5.0 and up (different from "myisam" !),
         so we do not need the ".def" files for the "isam"-specific tools.
      
      2) Use "basename" to get the base name of a file, not a harder-to-read sed expression.
      
      
      BitKeeper/deleted/.del-isamchk.def:
        Delete: netware/isamchk.def
      BitKeeper/deleted/.del-isamlog.def:
        Delete: netware/isamlog.def
      BitKeeper/deleted/.del-pack_isam.def:
        Delete: netware/pack_isam.def
      netware/Makefile.am:
        Use a plain "basename" showing the purpose, not a sed command which is harder to read.
      870958d2
    • unknown's avatar
      Merge trift2.:/MySQL/M51/target-5.1.22 · caab3177
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      caab3177
    • unknown's avatar
      Merge gleb.loc:/home/uchum/work/bk/5.0-opt-30201 · 4512a993
      unknown authored
      into  gleb.loc:/home/uchum/work/bk/5.1-opt
      
      
      sql/sql_cache.cc:
        SCCS merged
      4512a993
    • unknown's avatar
      Merge gleb.loc:/home/uchum/work/bk/5.0-opt-30201 · 10329092
      unknown authored
      into  gleb.loc:/home/uchum/work/bk/5.0-opt
      
      
      10329092