Remove an "explain" command from test script without_rowid1.test that was accidentally committed.

FossilOrigin-Name: 4b41d989e894b9214a9b973228ef8446356f9fbb
This commit is contained in:
dan 2013-11-05 16:56:11 +00:00
parent 427ebba10c
commit 6d8578bc8f
3 changed files with 7 additions and 11 deletions

View File

@ -1,5 +1,5 @@
C Unless\sthe\sdestination\stable\sis\scompletely\sempty,\sdisable\sthe\sxfer\soptimization\sfor\sWITHOUT\sROWID\stables.
D 2013-11-05T16:39:31.103
C Remove\san\s"explain"\scommand\sfrom\stest\sscript\swithout_rowid1.test\sthat\swas\saccidentally\scommitted.
D 2013-11-05T16:56:11.709
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 0522b53cdc1fcfc18f3a98e0246add129136c654
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -1078,7 +1078,7 @@ F test/wherelimit.test 5e9fd41e79bb2b2d588ed999d641d9c965619b31
F test/wild001.test bca33f499866f04c24510d74baf1e578d4e44b1c
F test/win32lock.test 7a6bd73a5dcdee39b5bb93e92395e1773a194361
F test/win32longpath.test e2aafc07e6990fe86c69be22a3d1a0e210cd329b
F test/without_rowid1.test ba137a86e4dcd23c72b6fce8ee4cee98cbf27784
F test/without_rowid1.test aaa26da19d543cd8d3d2d0e686dfa255556c15c8
F test/without_rowid2.test af260339f79d13cb220288b67cd287fbcf81ad99
F test/without_rowid3.test eac3d5c8a1924725b58503a368f2cbd24fd6c8a0
F test/without_rowid4.test 4e08bcbaee0399f35d58b5581881e7a6243d458a
@ -1133,7 +1133,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01
F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff
P ace7e7b64261aeabc9525d5d0cfebe0275c9ddf5
R 69c353523dfa3ba1b61ddb6b7043eeaf
P 3877c9f50582b51817dcf3cd75d836891a34e590
R f264b3126a788e0d527316d13cdfd154
U dan
Z b3aef9b0bbf6405eadeabac5f2f1c980
Z 807832cc7751f68770c48b635041b00e

View File

@ -1 +1 @@
3877c9f50582b51817dcf3cd75d836891a34e590
4b41d989e894b9214a9b973228ef8446356f9fbb

View File

@ -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