mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 02:05:23 +00:00

* PT-2151 - Fix tests for pt-query-digest
Put fix for PT-1908 into the proper place
* PT-2151 - Fix tests for pt-query-digest
Put fix for PT-1554 into the proper place
* PT-2151 - Fix tests for pt-query-digest
Adjusted expected results for the default test t/pt-table-checksum/basics.t, so they do not depend on number of rows in the help tables
* PT-2151 - Fix tests for pt-query-digest
Added additional check for both replicas into t/pt-online-schema-change/preserve_triggers.t to avoid deadlock when ->ok() is doing CHECKSUM
* PT-2151 - Fix tests for pt-query-digest
Added delay to t/pt-table-sync/wait.t, so it waits for the child process to start lagging
* PT-2151 - Fix tests for pt-query-digest
Updated t/pt-query-digest/samples/issue_1196-output-8.0.txt, so it reflects changes in the latest 8.0
* PT-2151 - Fix tests for pt-query-digest
Updated queries against query history table, so they don't fail after e2cf183762
* PT-2151 - Fix tests for pt-query-digest
Fixed PT-813 by comparing query text. Since order itself does not matter, it is not essential to compare by the fingerprint or use any other function that changes the query.
* PT-2151 - Fix tests for pt-query-digest
Adjusted samples files which now should have consistent order after fix for PT-813
* PT-2151 - Fix tests for pt-query-digest
Fixed typo in the SELECT query in the QueryReview package
* PT-2151 - Fix tests for pt-query-digest
Fix for PT-981
* PT-2151 - Fix tests for pt-query-digest
Updated modules for pt-index-usage and fixed tests, because checksum is calculated differently after fix for PT-1554
* PT-2151 - Fix tests for pt-query-digest
Updated modules for pt-diskstats, pt-fk-error-logger, pt-heartbeat, pt-online-schema-change, pt-slave-delay, pt-slave-find, pt-table-checksum, pt-table-sync, pt-upgrade
* PT-2151 - Fix tests for pt-query-digest
Updated lib/IndexUsage.pm, so fix for pt-index-usage is in the correct place
76 lines
3.3 KiB
Plaintext
76 lines
3.3 KiB
Plaintext
|
|
# Overall: 2 total, 2 unique, 0 QPS, 0x concurrency ______________________
|
|
# Time range: all events occurred at 2010-02-11 00:55:24
|
|
# Attribute total min max avg 95% stddev median
|
|
# ============ ======= ======= ======= ======= ======= ======= =======
|
|
# Exec time 0 0 0 0 0 0 0
|
|
# Query size 964 106 858 482 858 531.74 482
|
|
|
|
# Query 1: 0 QPS, 0x concurrency, ID 0xB42FB5382732CE142361B36A4AEB397B at byte 0
|
|
# This item is included in the report because it matches --limit.
|
|
# Scores: V/M = 0.00
|
|
# Time range: all events occurred at 2010-02-11 00:55:24
|
|
# Attribute pct total min max avg 95% stddev median
|
|
# ============ === ======= ======= ======= ======= ======= ======= =======
|
|
# Count 50 1
|
|
# Exec time 0 0 0 0 0 0 0 0
|
|
# Query size 10 106 106 106 106 106 0 106
|
|
# Query_time distribution
|
|
# 1us
|
|
# 10us
|
|
# 100us
|
|
# 1ms
|
|
# 10ms
|
|
# 100ms
|
|
# 1s
|
|
# 10s+
|
|
# Tables
|
|
# SHOW TABLE STATUS LIKE 'auction_category_map'\G
|
|
# SHOW CREATE TABLE `auction_category_map`\G
|
|
# EXPLAIN /*!50100 PARTITIONS*/
|
|
SELECT category_id
|
|
FROM auction_category_map
|
|
WHERE auction_id = '3015563'\G
|
|
|
|
# Query 2: 0 QPS, 0x concurrency, ID 0xC6637FEB865265BA0A3E6DCD23F3445A at byte 237
|
|
# This item is included in the report because it matches --limit.
|
|
# Scores: V/M = 0.00
|
|
# Time range: all events occurred at 2010-02-11 00:55:24
|
|
# Attribute pct total min max avg 95% stddev median
|
|
# ============ === ======= ======= ======= ======= ======= ======= =======
|
|
# Count 50 1
|
|
# Exec time 0 0 0 0 0 0 0 0
|
|
# Query size 89 858 858 858 858 858 0 858
|
|
# Query_time distribution
|
|
# 1us
|
|
# 10us
|
|
# 100us
|
|
# 1ms
|
|
# 10ms
|
|
# 100ms
|
|
# 1s
|
|
# 10s+
|
|
# Tables
|
|
# SHOW TABLE STATUS LIKE 'auction_search'\G
|
|
# SHOW CREATE TABLE `auction_search`\G
|
|
# EXPLAIN /*!50100 PARTITIONS*/
|
|
SELECT auction_id, auction_title_en AS title, close_time,
|
|
number_of_items_per_lot,
|
|
replace (replace (thumbnail_url, 'sm_thumb', 'carousel'), 'small_thumb', 'carousel') as thumbnail_url,
|
|
replace (replace (thumbnail_url, 'sm_thumb', 'tiny_thumb'), 'small_thumb', 'tiny_thumb') as tinythumb_url,
|
|
current_bid
|
|
FROM auction_search
|
|
WHERE platform_flag_1 = 1
|
|
AND close_flag = 0
|
|
AND close_time >= NOW()
|
|
AND marketplace = 'AR'
|
|
AND auction_id IN (3015562,3028764,3015564,3019075,3015574,2995142,3040162,3015573,2995135,3015578)
|
|
ORDER BY close_time ASC
|
|
LIMIT 500\G
|
|
|
|
# Profile
|
|
# Rank Query ID Response time Calls R/Call V/M
|
|
# ==== =================================== ============= ===== ====== ====
|
|
# 1 0xB42FB5382732CE142361B36A4AEB397B 0.0000 0.0% 1 0.0000 0.00 SELECT auction_category_map
|
|
# 2 0xC6637FEB865265BA0A3E6DCD23F3445A 0.0000 0.0% 1 0.0000 0.00 SELECT auction_search
|