1. 24 Apr, 2008 1 commit
  2. 23 Apr, 2008 2 commits
    • unknown's avatar
      Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean · 7875d924
      unknown authored
      into  hh-nb.hungers:/work/merge/mysql-5.1-build
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/t/disabled.def:
        Auto merged
      BitKeeper/deleted/.del-group_concat_max_len_func.result:
        Delete: mysql-test/r/group_concat_max_len_func.result
      BitKeeper/deleted/.del-group_concat_max_len_func.test:
        Delete: mysql-test/t/group_concat_max_len_func.test
      BitKeeper/deleted/.del-max_allowed_packet_func.test:
        Delete: mysql-test/t/max_allowed_packet_func.test
      7875d924
    • unknown's avatar
      Eightth set of fixes for bug 35988. · 9fd9785a
      unknown authored
      
      BitKeeper/etc/ignore:
        Added mysql-test/r/max_allowed_packet_func.result to the ignore list
      9fd9785a
  3. 22 Apr, 2008 2 commits
    • unknown's avatar
      Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean · adf397e7
      unknown authored
      into  hh-nb.hungers:/work/merge/mysql-5.1-build-repogca
      
      
      BitKeeper/deleted/.del-query_cache_wlock_invalidate_func.result:
        Delete: mysql-test/r/query_cache_wlock_invalidate_func.result
      BitKeeper/deleted/.del-timestamp_func.result:
        Delete: mysql-test/r/timestamp_func.result
      BitKeeper/deleted/.del-innodb_table_locks_func.test:
        Delete: mysql-test/t/innodb_table_locks_func.test
      BitKeeper/deleted/.del-query_cache_wlock_invalidate_func.test:
        Delete: mysql-test/t/query_cache_wlock_invalidate_func.test
      BitKeeper/deleted/.del-timestamp_func.test:
        Delete: mysql-test/t/timestamp_func.test
      adf397e7
    • unknown's avatar
      Seventh set of fixes for bug 35988. · d526b752
      unknown authored
      d526b752
  4. 18 Apr, 2008 9 commits
  5. 17 Apr, 2008 3 commits
  6. 16 Apr, 2008 5 commits
  7. 15 Apr, 2008 2 commits
  8. 14 Apr, 2008 3 commits
    • unknown's avatar
      Bug#35157: mysqldump should use FLUSH TABLES NO_WRITE_TO_BINLOG \ · 77c7d697
      unknown authored
      	when --master-data is used
      
      When using the --master-data option with mysqldump, mysqldump uses 
      a FLUSH TABLES command.  However, this statement got replicated to 
      the slave(s), which caused the slave(s) to block unnecessarily while
      the FLUSH tables command completed.
      
      Now, if the master-data option is set to one of the two "on" modes,
      then use the "LOCAL" qualifier to ensure that it's not replicated.
      
      
      client/mysqldump.c:
        If master_data is set to one of the two modes, then insert "LOCAL"
        to the command to FLUSH TABLES so that the slaves aren't told to 
        flush also.
      mysql-test/r/mysqldump.result:
        Output of mysqldump changed.
      77c7d697
    • unknown's avatar
      Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean · 27e532bc
      unknown authored
      into  hh-nb.hungers:/work/merge/mysql-5.1-build
      
      
      27e532bc
    • unknown's avatar
      Second set of fixes for bug#35988. · a9c37b3b
      unknown authored
      a9c37b3b
  9. 11 Apr, 2008 3 commits
  10. 10 Apr, 2008 9 commits
  11. 09 Apr, 2008 1 commit
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my51-bug15776 · 7cce56b2
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776-encore/my51-bug15776-encore
      
      
      sql/field.cc:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/unireg.h:
        Auto merged
      mysql-test/r/type_blob.result:
        manual merge.
      mysql-test/t/type_blob.test:
        manual merge.
      sql/sql_yacc.yy:
        merge by hand.
      7cce56b2