PT-1908 Increased query id column size in report (#472)

This commit is contained in:
Carlos Salguero
2020-11-17 12:09:19 -03:00
committed by GitHub
parent ff6b05b381
commit b716d128c0
41 changed files with 237 additions and 237 deletions

View File

@@ -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>