14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
# -----------------------------------------------------------------------
|
|
# Tests for the performance schema statement Digests.
|
|
# -----------------------------------------------------------------------
|
|
|
|
--source include/no_protocol.inc
|
|
|
|
SELECT "Digest table has a size 1 and is full already." as use_case;
|
|
|
|
select SCHEMA_NAME, DIGEST, DIGEST_TEXT
|
|
from performance_schema.events_statements_summary_by_digest;
|
|
|
|
|
|
|