mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
[SHOW] EXPLAIN UPDATE/DELETE, code re-structuring
- Merge with 10.0-base
This commit is contained in:
commit
ef47cc1f09
52 changed files with 2716 additions and 533 deletions
|
|
@ -954,9 +954,9 @@ id select_type table type possible_keys key key_len ref rows Extra
|
|||
1 PRIMARY t3 eq_ref PRIMARY PRIMARY 4 test.t1.t1field 1 Using index
|
||||
EXECUTE stmt;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE t1 index PRIMARY PRIMARY 4 NULL 2 Using index
|
||||
1 SIMPLE t2 eq_ref PRIMARY PRIMARY 4 test.t1.t1field 1 Using index
|
||||
1 SIMPLE t3 eq_ref PRIMARY PRIMARY 4 test.t1.t1field 1 Using index
|
||||
1 PRIMARY t1 index PRIMARY PRIMARY 4 NULL 2 Using index
|
||||
1 PRIMARY t2 eq_ref PRIMARY PRIMARY 4 test.t1.t1field 1 Using index
|
||||
1 PRIMARY t3 eq_ref PRIMARY PRIMARY 4 test.t1.t1field 1 Using index
|
||||
DROP TABLE t1, t2, t3;
|
||||
DROP VIEW v2, v3;
|
||||
# End of Bug#49198
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue