Bug #12481 | Using NOW() in a stored function breaks statement based replication | ||
---|---|---|---|
Submitted: | 10 Aug 2005 6:31 | Modified: | 18 Aug 2005 20:47 |
Reporter: | Michael Widenius | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | |
Assigned to: | Michael Widenius | CPU Architecture: | Any |
[10 Aug 2005 6:31]
Michael Widenius
[10 Aug 2005 14:52]
Aleksey Kishkin
verified against mysql 5.0.12-beta on suse linux 9.3
[15 Aug 2005 17:33]
Michael Widenius
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html
[15 Aug 2005 17:34]
Michael Widenius
Fix will be in 5.0.12
[18 Aug 2005 20:47]
Mike Hillyer
Documented in 5.0.12 changelog: <listitem><para><literal>NOW()</literal>, <literal>CURRENT_TIME</literal> and values generated by timestamp columns are now constant for the duration of a stored function. This prevents the breaking of statements-based replication. (Bug #12481)</para></listitem>