mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
# User@Host: root[root] @ localhost []
|
|
# Query_time: 1 Lock_time: 0 Rows_sent: 7 Rows_examined: 7
|
|
use test;
|
|
select * from test.t order by id;
|