mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
|
|
# Query ID 0xAED2E885BDADA166 at byte 0
|
|
# WARN CLA.001 SELECT without WHERE.
|
|
# WARN CLA.006 GROUP BY or ORDER BY on different tables.
|
|
select id from tbl1 join tbl2 using (a) group by tbl1.id, tbl2.id
|
|
|
|
# Profile
|
|
# Query ID NOTE WARN CRIT Item
|
|
# ================== ==== ==== ==== ==========================================
|
|
# 0xAED2E885BDADA166 0 2 0 select id from tbl? join tbl? using (a) group by tbl?id, tbl?id
|