2
# Query 1: 0 QPS, 0x concurrency, ID 0xC30A1A850F4E510F at byte 0 ________
3
# This item is included in the report because it matches --limit.
4
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
5
# Query_time sparkline: | ^ |
6
# Time range: all events occurred at 2009-12-08 13:41:12.811188
7
# Attribute pct total min max avg 95% stddev median
8
# ============ === ======= ======= ======= ======= ======= ======= =======
10
# Exec time 61 303us 303us 303us 303us 303us 0 303us
11
# Rows affecte 0 0 0 0 0 0 0 0
12
# Query size 47 46 46 46 46 46 0 46
13
# Warning coun 0 0 0 0 0 0 0 0
18
# Query_time distribution
21
# 100us ################################################################
28
# SHOW TABLE STATUS FROM `d` LIKE 't2'\G
29
# SHOW CREATE TABLE `d`.`t2`\G
30
PREPARE SELECT i,j FROM d.t2 WHERE i=? AND j=?\G
31
# Converted for EXPLAIN
32
# EXPLAIN /*!50100 PARTITIONS*/
33
SELECT i,j FROM d.t2 WHERE i=? AND j=?\G
35
# Query 2: 0 QPS, 0x concurrency, ID 0x26EEAE2EADD904A1 at byte 1330 _____
36
# This item is included in the report because it matches --limit.
37
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
38
# Query_time sparkline: | ^ |
39
# Time range: all events occurred at 2009-12-08 13:41:12.811591
40
# Attribute pct total min max avg 95% stddev median
41
# ============ === ======= ======= ======= ======= ======= ======= =======
43
# Exec time 38 186us 186us 186us 186us 186us 0 186us
44
# Rows affecte 0 0 0 0 0 0 0 0
45
# Query size 52 51 51 51 51 51 0 51
46
# Warning coun 0 0 0 0 0 0 0 0
51
# Query_time distribution
54
# 100us ################################################################
61
# SHOW TABLE STATUS FROM `d` LIKE 't2'\G
62
# SHOW CREATE TABLE `d`.`t2`\G
63
EXECUTE SELECT i,j FROM d.t2 WHERE i=NULL AND j="5"\G
64
# Converted for EXPLAIN
65
# EXPLAIN /*!50100 PARTITIONS*/
66
SELECT i,j FROM d.t2 WHERE i=NULL AND j="5"\G