Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.33a
-
None
-
None
-
None
-
Slackware Linux 14.0 + kernel 3.10.4 32-bit i386
Description
Tests innodb_func_view, memory_func_view and myisam_func_view all fail on the timestamp of 1970-01-01 03:00:01. This timestamp is expressed in local time but stored in UTC time. In countries like Australia (UTC+10:00), this tmestamp falls before the Epoch and so is rejected.
The attached patch changes the timestamp to 1970-01-01 13:00:01, which should pass almost everywhere (the International Date Line has a deviation in the South Pacific which could enable UTC+14:00 but any such countries are too small to show up on my A5 world map).
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | func_view.diff.gz [ 23812 ] |
Assignee | Oleksandr Byelkin [ sanja ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Attachment | 14_hr_func_view.diff.gz [ 24007 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 29263 ] | MariaDB v2 [ 44245 ] |
Workflow | MariaDB v2 [ 44245 ] | MariaDB v3 [ 64281 ] |
Workflow | MariaDB v3 [ 64281 ] | MariaDB v4 [ 147123 ] |
Why not 14:00 to pass everywhere?