mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
6
t/pt-visual-explain/samples/full_scan_sakila_film.sql
Normal file
6
t/pt-visual-explain/samples/full_scan_sakila_film.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
explain select * from sakila.film;
|
||||
+----+-------------+-------+------+---------------+------+---------+------+------+-------+
|
||||
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
||||
+----+-------------+-------+------+---------------+------+---------+------+------+-------+
|
||||
| 1 | SIMPLE | film | ALL | NULL | NULL | NULL | NULL | 935 | |
|
||||
+----+-------------+-------+------+---------------+------+---------+------+------+-------+
|
Reference in New Issue
Block a user