Bug #71153 | mysql memcached incorrect expiration time | ||
---|---|---|---|
Submitted: | 16 Dec 2013 14:34 | Modified: | 29 Aug 2019 20:12 |
Reporter: | Michael Ivanov | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Memcached | Severity: | S3 (Non-critical) |
Version: | 5.6.21 | OS: | Linux (CentOS 6) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[16 Dec 2013 14:34]
Michael Ivanov
[22 Apr 2014 14:03]
Michael Ivanov
Is there any chance to get it fixed? It is pretty inconvinient to not be able to use absolute expiration values in correct way.
[29 Sep 2014 13:16]
Michael Ivanov
The bug is still present is MySQL 5.6.21
[29 Sep 2014 13:17]
Michael Ivanov
changed the affected version
[29 Aug 2019 20:12]
MySQL Verification Team
Hi, I cannot reproduce this with 5.6.44 when I do set t3 0 1567109398 5 11111 I properly see in the db: | t3 | 11111 | 0 | 8 | 1567109398 | and when I do set t1 0 20 5 11111 I see again properly: | t1 | 11111 | 0 | 6 | 1567109222 | where 1567109222 is exactly unix_timestamp(now())+20