mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
--source include/not_embedded.inc
|
|
#
|
|
# MDEV-6258 MariaDB 10.0 performance schema timestamps relative to epoch
|
|
#
|
|
select distinct first_seen < DATE'2000-01-01', last_seen < DATE'2000-01-01' from performance_schema.events_statements_summary_by_digest;
|