1. 24 Feb, 2006 6 commits
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · ad81ac16
      unknown authored
      into  mysql.com:/users/lthalmann/bk/mysql-5.1-release-bug13418
      
      ad81ac16
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · d9a49df1
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
      
      d9a49df1
    • unknown's avatar
      BUG#13418 (V2): Bit columns should replicate correctly when using RBR · 8495603c
      unknown authored
      
      mysql-test/r/rpl_bit_npk.result:
        Updated results
      mysql-test/t/disabled.def:
        rpl_bit_npk now works
      sql/field.h:
        Field_bit::cmp_binary_offset wrongly used base class method that does not work for Field_bit
        This was discussed with Monty and should be pushed into 5.0 too
      sql/log_event.cc:
        Added checks for null bits
        Swapped use of m_after_image (was m_search_record) and table->record[1] to use record[i] 
        in the same way as other MySQL code (i.e. use record[1] for scan data).
        Removed use of cmp_binary in record_compare (it is currently wrong to use that 
        without copying the null bits to the compare data record)
      sql/log_event.h:
        Name change to indicate new semantics
      8495603c
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · 86afad0f
      unknown authored
      into  mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-5.1-release
      
      86afad0f
    • unknown's avatar
      BUG#17521 alter database crashes slave · 856a1df8
      unknown authored
      Problem was a null pointer
      Fixed by passing correct database name to slave filtering mechanism
      Added test.
      
      
      sql/sql_parse.cc:
        Fix slave crash when issuing 'ALTER DATABASE' with specifying db name
        Don't pass null pointer to db_ok_with_wild_table()
      856a1df8
    • unknown's avatar
      Makefile.am: · 5f98efca
      unknown authored
        Conditionally link with libmysqlclient.la or libmysqlclient_r.la
      configure.in:
        Corrected help text for --with-debug option
        Changed default to be with thread safe client
        Added THREAD_SAFE_CLIENT to be used in 'if' in make files
      
      
      configure.in:
        Corrected help text for --with-debug option
        Changed default to be with thread safe client
        Added THREAD_SAFE_CLIENT to be used in 'if' in make files
      client/Makefile.am:
        Conditionally link with libmysqlclient.la or libmysqlclient_r.la
      5f98efca
  2. 23 Feb, 2006 6 commits
  3. 22 Feb, 2006 1 commit
    • unknown's avatar
      Makefile.am: · c7617f60
      unknown authored
        Change for 'make distcheck'
      libmysqld.vcproj:
        Typo
      
      
      VC++Files/libmysqld/libmysqld.vcproj:
        Typo
      mysql-test/ndb/Makefile.am:
        Change for 'make distcheck'
      storage/archive/Makefile.am:
        Change for 'make distcheck'
      plugin/fulltext/Makefile.am:
        Change for 'make distcheck'
      storage/csv/Makefile.am:
        Change for 'make distcheck'
      storage/heap/Makefile.am:
        Change for 'make distcheck'
      c7617f60
  4. 21 Feb, 2006 12 commits
  5. 20 Feb, 2006 15 commits