Bug #39423 | comparison of NULL datetime column side-effected in trigger body are incorrect | ||
---|---|---|---|
Submitted: | 12 Sep 2008 16:35 | Modified: | 30 Oct 2008 8:14 |
Reporter: | Malcolm Cook | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.0.67-community, 5.0, 5.1, 6.0 bzr | OS: | Linux (x86_64 GNU/Linux CentOS) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | datetime, null, regression, trigger |
[12 Sep 2008 16:35]
Malcolm Cook
[15 Sep 2008 6:41]
Sveta Smirnova
Thank you for the report. Verified as described: .... select t.*, @c2info, @c3info from t;// c1 c2 c3 @c2info @c3info x 2008-09-15 09:38:19 NEW TRUE: ??? <=> 2008-09-15 09:38:19 FALSE: ??? <=> NEW Problem was introduced in Community version since 5.0.45 and seems to be side effect of fix for bug #28261
[15 Sep 2008 13:07]
Malcolm Cook
I don't think it was introduced in 5.0.45 since I first characterized the issue in 5.0.22 and then upgraded to 5.0.45 prior to reporting it in the hopes that it was fixed possibly as side effect of other reported fixes having to do with comparing datetime variables.
[29 Sep 2008 13:50]
Georgi Kodinov
Probably related to Bug #37526 ?
[8 Oct 2008 19:01]
Sveta Smirnova
Bug #39909 was marked as duplicate of this one.
[30 Oct 2008 8:14]
Ramil Kalimullin
See bug #37526: "asymertic operator <=> in trigger"