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 · f606f92f
      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
      f606f92f
    • unknown's avatar
      Eightth set of fixes for bug 35988. · 6a751e56
      unknown authored
      
      BitKeeper/etc/ignore:
        Added mysql-test/r/max_allowed_packet_func.result to the ignore list
      6a751e56
  3. 22 Apr, 2008 2 commits
    • unknown's avatar
      Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean · b95fda54
      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
      b95fda54
    • unknown's avatar
      Seventh set of fixes for bug 35988. · 05f4b65e
      unknown authored
      05f4b65e
  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 \ · 8fb32bda
      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.
      8fb32bda
    • unknown's avatar
      Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean · 88e0134c
      unknown authored
      into  hh-nb.hungers:/work/merge/mysql-5.1-build
      
      88e0134c
    • unknown's avatar
      Second set of fixes for bug#35988. · 62f92733
      unknown authored
      62f92733
  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 · f7c44ce0
      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.
      f7c44ce0