mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
aee7e67101
Added a call for the include file
6 lines
285 B
Text
6 lines
285 B
Text
--source include/not_embedded.inc
|
|
--source include/have_perfschema.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;
|