1. 10 Aug, 2007 1 commit
  2. 30 Jul, 2007 5 commits
  3. 29 Jul, 2007 2 commits
    • cbell/Chuck@mysql_cab_desk.'s avatar
      WL#3228 (NDB) : RBR using different table defs on slave/master · 537c23e8
      cbell/Chuck@mysql_cab_desk. authored
      This patch adds the ability to store extra field metadata in the table
      map event. This data can include pack_length() or field_lenght() for
      fields such as CHAR or VARCHAR enabling developers to add code that
      can check for compatibilty between master and slave columns. More 
      importantly, the extra field metadata can be used to store data from the
      master correctly should a VARCHAR field on the master be <= 255 bytes 
      while the same field on the slave is > 255 bytes. 
      
      The patch also includes the needed changes to unpack to ensure that data
      which is smaller on the master can be unpacked correctly on the slave.
      
      WL#3915 : (NDB) master's cols > slave
      
      Slave starts accepting and handling rows of master's tables which have more columns.
      The most important part of implementation is how to caclulate the amount of bytes to
      skip for unknown by slave column.
      537c23e8
    • mats@kindahl-laptop.dnsalias.net's avatar
      Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rpl · 8f01f9d0
      mats@kindahl-laptop.dnsalias.net authored
      into  kindahl-laptop.dnsalias.net:/home/bk/b27972-mysql-5.1-rpl
      8f01f9d0
  4. 27 Jul, 2007 1 commit
  5. 26 Jul, 2007 1 commit
  6. 25 Jul, 2007 1 commit
  7. 24 Jul, 2007 5 commits
  8. 21 Jul, 2007 4 commits
  9. 20 Jul, 2007 13 commits
  10. 19 Jul, 2007 7 commits