mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Remove an "explain" command from test script without_rowid1.test that was accidentally committed.
FossilOrigin-Name: 4b41d989e894b9214a9b973228ef8446356f9fbb
This commit is contained in:
@ -199,9 +199,5 @@ do_execsql_test 3.1.5 {
|
||||
SELECT * FROM t3;
|
||||
} {i ii iii}
|
||||
|
||||
explain_i {
|
||||
INSERT INTO t3 SELECT * FROM t4;
|
||||
}
|
||||
|
||||
finish_test
|
||||
|
||||
|
Reference in New Issue
Block a user