Files
percona-toolkit/t/pt-table-usage/samples/in/slow003.txt

4 lines
228 B
Plaintext

# Time: 110422 11:28:00
# Query_time: 0.000300 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
select country.country, city.city from city join country using (country_id) where country = 'Brazil' and city like 'A%' limit 1;