Bug #91837 | IS.innodb_trx results filtered by trx_started depends on timezone | ||
---|---|---|---|
Submitted: | 31 Jul 2018 4:35 | Modified: | 31 Jul 2018 5:59 |
Reporter: | Nikolai Ikhalainen | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.11, 8.0.12, 5.7.23 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[31 Jul 2018 4:35]
Nikolai Ikhalainen
[31 Jul 2018 5:59]
MySQL Verification Team
Hello Nikolai, Thank you for the report! Thanks, Umesh
[31 Jul 2018 12:43]
Peter Zaitsev
I want to point out this behavior seems to come from the fact this column is DATETIME type: | trx_started | datetime | NO | | 0000-00-00 00: 00:00 | Why is DATETIME used here while in other cases (like mentioned Performance Schema table) TIMESTAMP is used is unclear. Looks like mistake to me.