1. 24 Mar, 2009 6 commits
    • Leonard Zhou's avatar
      Merge · 515e83cc
      Leonard Zhou authored
      515e83cc
    • Horst Hunger's avatar
      Merge to be able to push. · 3c9dd889
      Horst Hunger authored
      3c9dd889
    • Sergey Glukhov's avatar
      compiler warning fix · ae3f8c7e
      Sergey Glukhov authored
      ae3f8c7e
    • Leonard Zhou's avatar
      Merge · dbbcaf4c
      Leonard Zhou authored
      dbbcaf4c
    • Leonard Zhou's avatar
      Merge · 28f0e8cf
      Leonard Zhou authored
      28f0e8cf
    • Leonard Zhou's avatar
      BUG#41719 delayed INSERT into timestamp col needs set time_zone for concurrent binlogging · 5fdc5510
      Leonard Zhou authored
      When do 'insert delayed' operation, the time_zone info doesn't be keeped in the row info.
      So when we do insert sometime later, time_zone didn't write into binlog.
      This will cause wrong result for timestamp column in slave.
      
      Our solution is that adding time_zone info with the delayed-row and
      restoring time_zone from row-info when execute that row in the furture by another thread.
      So we can write correct time_zone info into binlog and got correct result in slave.
      
      
      mysql-test/r/rpl_timezone.result:
        Test result
      mysql-test/t/rpl_timezone.test:
        Add test for bug#41719
      sql/sql_insert.cc:
        Add time_zone info in the delayed-row and restore time_zone when execute the row in the furture by another thread.
      5fdc5510
  2. 23 Mar, 2009 8 commits
  3. 22 Mar, 2009 1 commit
  4. 20 Mar, 2009 7 commits
  5. 19 Mar, 2009 18 commits