An error occurred fetching the project authors.
  1. 26 Nov, 2008 1 commit
  2. 10 Mar, 2006 1 commit
    • aelkin@mysql.com's avatar
      BUG#15101 SYSDATE() disregards SET TIMESTAMP. · d187d410
      aelkin@mysql.com authored
         After the ChangeSet 1.1892.20.1 2005/08/24 (Bug #12562) SYSDATE() is not an alias
         of NOW() and is unsafe for replication.
         `SYSDATE()' backward compatible aliasing clashes with the idea #12562 
         fix. To make it safe-replicatable we have to either use RBR or to restore
         the pre-5.0 style.
         --sysdate-is-now command line flag was introduced to provide backward compatibility.
      d187d410