From: dan Date: Tue, 5 Nov 2013 16:56:11 +0000 (+0000) Subject: Remove an "explain" command from test script without_rowid1.test that was accidentall... X-Git-Tag: version-3.8.2~137^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d8578bc8fff68a7a6fb1eb1f5414ac59c564fd8;p=thirdparty%2Fsqlite.git Remove an "explain" command from test script without_rowid1.test that was accidentally committed. FossilOrigin-Name: 4b41d989e894b9214a9b973228ef8446356f9fbb --- diff --git a/manifest b/manifest index a63c3a2179..00f2319e66 100644 --- a/manifest +++ b/manifest @@ -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 diff --git a/manifest.uuid b/manifest.uuid index fdbe26a0d1..e17cfd2701 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -3877c9f50582b51817dcf3cd75d836891a34e590 \ No newline at end of file +4b41d989e894b9214a9b973228ef8446356f9fbb \ No newline at end of file diff --git a/test/without_rowid1.test b/test/without_rowid1.test index 1da8c3c3d6..1a53d26e66 100644 --- a/test/without_rowid1.test +++ b/test/without_rowid1.test @@ -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