mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
|
|
#-----------------------------------------------------------------------
|
|
# Logs
|
|
#-----------------------------------------------------------------------
|
|
|
|
File: ...
|
|
Size: 172
|
|
|
|
#-----------------------------------------------------------------------
|
|
# Hosts
|
|
#-----------------------------------------------------------------------
|
|
|
|
host1:
|
|
|
|
DSN: h=127.1,P=12345
|
|
hostname: ...
|
|
MySQL: ...
|
|
|
|
host2:
|
|
|
|
DSN: h=127.1,P=12348
|
|
hostname: ...
|
|
MySQL: ...
|
|
|
|
########################################################################
|
|
# Query class AAD020567F8398EE
|
|
########################################################################
|
|
|
|
Reporting class because it has diffs, but hasn't been reported yet.
|
|
|
|
Total queries 1
|
|
Unique queries 1
|
|
Discarded queries 0
|
|
|
|
insert into t (id, username) values(?+)
|
|
|
|
##
|
|
## Warning diffs: 1
|
|
##
|
|
|
|
-- 1.
|
|
|
|
Code: 1265
|
|
Level: Warning
|
|
Message: Data truncated for column 'username' at row 1
|
|
|
|
vs.
|
|
|
|
No warning 1265
|
|
|
|
INSERT INTO t (id, username) VALUES (NULL, 'long_username')
|
|
|
|
#-----------------------------------------------------------------------
|
|
# Stats
|
|
#-----------------------------------------------------------------------
|
|
|
|
failed_queries 0
|
|
not_select 0
|
|
queries_filtered 0
|
|
queries_no_diffs 0
|
|
queries_read 1
|
|
queries_with_diffs 1
|
|
queries_with_errors 0
|