Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0.11
-
None
-
CentOS 6
Description
MariaDB 10.0 and MariaDB 10.1 both show this behavior:
select first_seen, last_seen from performance_schema.events_statements_summary_by_digest;
|
+---------------------+---------------------+
|
| first_seen | last_seen |
|
+---------------------+---------------------+
|
| 1970-01-02 22:47:44 | 1970-01-02 22:47:44 |
|
| 1970-01-02 22:47:44 | 1970-01-02 22:47:44 |
|
| 1970-01-02 22:47:44 | 1970-01-02 22:47:44 |
|
| 1970-01-02 22:47:44 | 1970-01-02 22:47:44 |
|
| 1970-01-02 22:47:47 | 1970-01-02 22:47:47 |
|
| 1970-01-02 22:47:47 | 1970-01-02 22:47:47 |
|
| 1970-01-02 22:47:47 | 1970-01-02 22:47:48 |
|
| 1970-01-02 22:47:56 | 1970-01-02 23:06:29 |
|
| 1970-01-02 23:06:49 | 1970-01-02 23:06:49 |
|
+---------------------+---------------------+
|
9 rows in set (0.00 sec)
|
This is not a problem in MariaDB 10.0.11 that I built on OS X.
This also does not exist in MySQL 5.6.17.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
MariaDB 10.0 and MariaDB 10.1 both show this behavior: select first_seen, last_seen from performance_schema.events_statements_summary_by_digest; +---------------------+---------------------+ | first_seen | last_seen | +---------------------+---------------------+ | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:47 | 1970-01-02 22:47:47 | | 1970-01-02 22:47:47 | 1970-01-02 22:47:47 | | 1970-01-02 22:47:47 | 1970-01-02 22:47:48 | | 1970-01-02 22:47:56 | 1970-01-02 23:06:29 | | 1970-01-02 23:06:49 | 1970-01-02 23:06:49 | +---------------------+---------------------+ 9 rows in set (0.00 sec) This is *not* a problem in MariaDB 10.0.11 that I built on OS X. This also does not exist in MySQL 5.6.17. |
MariaDB 10.0 and MariaDB 10.1 both show this behavior: {noformat} select first_seen, last_seen from performance_schema.events_statements_summary_by_digest; +---------------------+---------------------+ | first_seen | last_seen | +---------------------+---------------------+ | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:44 | 1970-01-02 22:47:44 | | 1970-01-02 22:47:47 | 1970-01-02 22:47:47 | | 1970-01-02 22:47:47 | 1970-01-02 22:47:47 | | 1970-01-02 22:47:47 | 1970-01-02 22:47:48 | | 1970-01-02 22:47:56 | 1970-01-02 23:06:29 | | 1970-01-02 23:06:49 | 1970-01-02 23:06:49 | +---------------------+---------------------+ 9 rows in set (0.00 sec) {noformat} This is *not* a problem in MariaDB 10.0.11 that I built on OS X. This also does not exist in MySQL 5.6.17. |
Fix Version/s | 10.0.12 [ 15201 ] | |
Assignee | Michael Widenius [ monty ] |
Assignee | Michael Widenius [ monty ] | Sergei Golubchik [ serg ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 40900 ] | MariaDB v2 [ 44449 ] |
Workflow | MariaDB v2 [ 44449 ] | MariaDB v3 [ 63802 ] |
Workflow | MariaDB v3 [ 63802 ] | MariaDB v4 [ 147903 ] |