mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:32:47 +00:00
PT-1908 Increased query id column size in report (#472)
This commit is contained in:
@@ -41,7 +41,7 @@ select n.column1 = a.column1, n.word3 = a.word3 from db2.tuningdetail_21_265507
|
||||
inner join db1.gonzo a using(gonzo) \G
|
||||
|
||||
# Profile
|
||||
# Rank Query ID Response time Calls R/Call V/M
|
||||
# ==== ================================= ============= ===== ====== =====
|
||||
# 1 0x45FE45AEC222350466825DDC008F... 0.7261 95.3% 1 0.7261 0.00 UPDATE db?.tuningdetail_?_? db?.gonzo
|
||||
# MISC 0xMISC 0.0360 4.7% 7 0.0051 0.0 <6 ITEMS>
|
||||
# Rank Query ID Response time Calls R/Call V/M
|
||||
# ==== =================================== ============= ===== ====== ====
|
||||
# 1 0x45FE45AEC222350466825DDC008FFA89 0.7261 95.3% 1 0.7261 0.00 UPDATE db?.tuningdetail_?_? db?.gonzo
|
||||
# MISC 0xMISC 0.0360 4.7% 7 0.0051 0.0 <6 ITEMS>
|
||||
|
Reference in New Issue
Block a user