1. 15 Jan, 2010 1 commit
  2. 14 Jan, 2010 1 commit
  3. 04 Jan, 2010 1 commit
  4. 25 Dec, 2009 1 commit
    • Joerg Bruehe's avatar
      Backport into the 5.5.1-m2 release build: · 4b430b89
      Joerg Bruehe authored
      | Bug#49898 - Fix for bug#37408 introduces a linker error
      |
      | the declaration of THR_LOCK_myisam_mmap in mi_static 
      | is redundant as it accessible via the extern declaration 
      | in include/myisam.h
      4b430b89
  5. 24 Dec, 2009 1 commit
  6. 23 Dec, 2009 7 commits
    • Joerg Bruehe's avatar
      Remove the "fix_privilege_tables" manual from the RPM spec file, · 980b34b8
      Joerg Bruehe authored
      there is none in 5.5.
      980b34b8
    • Joerg Bruehe's avatar
      Backport a fix from "trunk" into 5.5.1 which came after cloning only. · d8d9e153
      Joerg Bruehe authored
      Original comment:
      
      revno: 2930
      | revision-id: alik@sun.com-20091223120351-m6l2t721tvtsiumu
      | parent: alik@sun.com-20091223104155-cq3uw9l2yvg6jmgc
      | committer: Alexander Nozdrin <alik@sun.com>
      | branch nick: mysql-trunk-bugfixing
      | timestamp: Wed 2009-12-23 15:03:51 +0300
      | message:
      |   Backporting fix for Bug#49834 from mysql-next-mr-bugfixing
      |   into mysql-trunk-bugfixing.
      | 
      |   Original revision:
      |   ------------------------------------------------------------
      |     revision-id: vvaintroub@mysql.com-20091222115311-bam0xorumd8gvjyo
      |     parent: mattias.jonsson@sun.com-20091221104426-x2e6c93x8iik4fo0
      |     committer: Vladislav Vaintroub <vvaintroub@mysql.com>
      |     branch nick: mysql-next-mr-bugfixing
      |     timestamp: Tue 2009-12-22 12:53:11 +0100
      |     message:
      |       Bug#49834 - fixed a bug introduced by mismerge.
      |   	restore original innobase version
      d8d9e153
    • Joerg Bruehe's avatar
      Take an essential fix from "trunk" into 5.5.1-m2 · 4119902b
      Joerg Bruehe authored
      which arrived only after cloning.
      
      Original comment:
      | revision-id: vvaintroub@mysql.com-20091222204937-bcjk6at5mzek126g
      | parent: mikael@mysql.com-20091219122600-somflpgtzosglijm
      | committer: Vladislav Vaintroub <vvaintroub@mysql.com>
      | branch nick: mysql-trunk-bugfixing
      | timestamp: Tue 2009-12-22 21:49:37 +0100
      | message:
      |   Fix build error with CMake 2.8 (mysql_stmt_next_result not exported
      |   by shared embedded library)
      4119902b
    • Alexander Nozdrin's avatar
      Fix default.conf. · 97412d1d
      Alexander Nozdrin authored
      97412d1d
    • Joerg Bruehe's avatar
      The "semisync" plugin file name has lost its introductory "lib", · b8f546fa
      Joerg Bruehe authored
      adapt the file lists for the subpackages.
      
      This is a part missing from the fix for bug#48351.
      b8f546fa
    • Alexander Nozdrin's avatar
      Backporting fix for Bug#49834 from mysql-next-mr-bugfixing · 84caa948
      Alexander Nozdrin authored
      into mysql-trunk-bugfixing.
      
      Original revision:
      ------------------------------------------------------------
      revision-id: vvaintroub@mysql.com-20091222115311-bam0xorumd8gvjyo
      parent: mattias.jonsson@sun.com-20091221104426-x2e6c93x8iik4fo0
      committer: Vladislav Vaintroub <vvaintroub@mysql.com>
      branch nick: mysql-next-mr-bugfixing
      timestamp: Tue 2009-12-22 12:53:11 +0100
      message:
        Bug#49834 - fixed a bug introduced by mismerge.
        restore original innobase version
      ------------------------------------------------------------
      84caa948
    • Alexander Nozdrin's avatar
      Auto-merge from mysql-trunk. · 29f54b41
      Alexander Nozdrin authored
      29f54b41
  7. 22 Dec, 2009 5 commits
  8. 21 Dec, 2009 4 commits
  9. 19 Dec, 2009 3 commits
  10. 18 Dec, 2009 1 commit
  11. 17 Dec, 2009 12 commits
  12. 16 Dec, 2009 3 commits
    • Magne Mahre's avatar
      Bug#47017 rpl_timezone fails on PB-2 with mismatch error · 2fed6607
      Magne Mahre authored
      The bug is caused by a race condition between the 
      INSERT DELAYED thread and the client thread's FLUSH TABLE.  The 
      FLUSH TABLE does not guarantee (as is (wrongly) suggested in the 
      test case) that the INSERT DELAYED is ever executed.  The 
      execution of the test case will thus not be deterministic.
      
      The fix has been to do a deterministic verification that both
      threads are complete by checking the content of the table.
      2fed6607
    • Alfranio Correia's avatar
      BUG#49638 binlog_index fails in mysql-trunk-merge · 4ff970b0
      Alfranio Correia authored
      Calling push_warning/push_warning_printf with a level of
      WARN_LEVEL_ERROR *is* a bug. We should either use my_error(),
      or WARN_LEVEL_WARN.
      4ff970b0
    • Alexander Nozdrin's avatar
      Manual merge from mysql-5.1. · 99a0a3b9
      Alexander Nozdrin authored
      Conflicts:
        - mysql-test/r/select.result
        - mysql-test/t/select.test
        - sql/item_cmpfunc.h
        - sql/sql_show.cc
      99a0a3b9