1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
*************************** 1. row ***************************
Id: 1
User: user1
Host: 1.2.3.4:3333
db: foo
Command: Query
Time: 10
State: executing
Info: select c /* abc */from t where id='foo';
*************************** 2. row ***************************
Id: 2
User: user1
Host: 1.2.3.4:5455
db: foo
Command: Query
Time: 9
State: executing
Info: select c/* def */ from t where id='foo';
*************************** 3. row ***************************
Id: 3
User: user1
Host: 1.2.3.4:5455
db: foo
Command: Query
Time: 9
State: executing
Info: select c from t where id='foo';
*************************** 4. row ***************************
Id: 4
User: root
Host: 1.2.3.4:5455
db: foo
Command: Query
Time: 5
State: executing
Info: select c from t where id='foo';
*************************** 5. row ***************************
Id: 4
User: user1
Host: 1.2.3.4:3333
db: foo
Command: Query
Time: 2
State: executing
Info: select c from t where id='bar';
*************************** 6. row ***************************
Id: 29
User: remote
Host: 1.2.3.152:57973
db: happy
Command: Sleep
Time: 6
State:
Info: NULL
*************************** 7. row ***************************
Id: 30
User: root
Host: localhost
db: NULL
Command: Query
Time: 0
State: NULL
Info: show full processlist
|