config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/perfschema/t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/perfschema/t/start_server_low_digest_sql_length.test

# -----------------------------------------------------------------------
# Tests for the performance schema statement Digests.
# -----------------------------------------------------------------------

--source include/not_embedded.inc
--source include/have_perfschema.inc
--source include/no_protocol.inc

USE performance_schema;
truncate table events_statements_history_long;

# -----------------------------------------------------------------------
# Test to show how the digest behaves with low value of 
#  - performance_schema_max_digest_length
#  - performance_schema_max_sql_text_length
# -----------------------------------------------------------------------
SELECT 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1;

--echo ####################################
--echo # QUERYING PS STATEMENT DIGEST
--echo ####################################
SELECT event_name, digest, digest_text, sql_text FROM events_statements_history_long;

Man Man