Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0.21-galera
-
None
Description
create table t1 (i int); |
explain insert into t1 values (1),(2); |
select * from t1; |
MariaDB [test]> select * from t1; |
+------+ |
| i |
|
+------+ |
| 1 |
|
| 2 |
|
+------+ |
2 rows in set (0.00 sec) |
bzr version-info
|
revision-id: psergey@askmonty.org-20130926104732-aq7wcma425u5skrw
|
revno: 3700
|
branch-nick: 10.0-base-explain-slowquerylog
|
It may not return an execution plan if we don't want it to, but it certainly shouldn't insert any records.
Attachments
Issue Links
- relates to
-
MDEV-3798 Add EXPLAIN for UPDATE/DELETE (mwl #51)
- Closed