1. 24 Feb, 2006 1 commit
    • 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
  2. 23 Feb, 2006 4 commits
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · 29c0c809
      unknown authored
      into  mysql.com:/home/bk/fix-mysql-5.1-release
      
      29c0c809
    • unknown's avatar
      Bug#17678 (RBR format change: moving from VLE to net encoding): · 484e1f68
      unknown authored
        Switching to use net_*_length() instead of VLE functions.
      
      
      sql/log_event.cc:
        Switching to use net_*_length() instead of VLE functions.
      484e1f68
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · a581fcf6
      unknown authored
      into  mysql.com:/users/mkindahl/bk/merge-b17181-mysql-5.1-new
      
      
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      a581fcf6
    • unknown's avatar
      Bug#17181 (mysqlslap test server crash): · e6cde484
      unknown authored
        Moving assignments to table_map_id for thread-safe handling of
        table shares.
      
      
      sql/ha_ndbcluster_binlog.cc:
        Assign_new_table_id() now takes table share instead of table.
      sql/mysql_priv.h:
        New protptype for assign_new_table_id().
      sql/sql_base.cc:
        Assign_new_table_id() now takes a table share instead of a table.
        Moving call to assign_new_table_id() into get_table_share().
      sql/table.cc:
        Setting default values of table_map_id and table_map_version inside
        alloc_table_share() and init_tmp_table_share().
        Removing the settings from open_table_from_share().
      e6cde484
  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 22 commits