diff --git a/manifest b/manifest index 5fc4d50822..01cee64cec 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Modify\sthe\sOP_RowData\sopcode\sso\sthat\swhen\sP3!=0\sit\sis\sallowed\sto\shold\san\nephemeral\scopy\sof\sthe\scontent.\s\sThis\savoids\sunnecessary\smemcpy()\soperations\nin\sthe\sxfer-optimization\sand\sVACUUM. -D 2017-01-09T15:44:25.721 +C Fix\stypo\sin\sa\scomment.\s\sNo\schanges\sto\scode. +D 2017-01-09T18:22:54.898 F Makefile.in 41bd4cad981487345c4a84081074bcdb876e4b2e F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc b8ca53350ae545e3562403d5da2a69cec79308da @@ -455,7 +455,7 @@ F src/update.c 1da7c462110bffed442a42884cb0d528c1db46d8 F src/utf.c 699001c79f28e48e9bcdf8a463da029ea660540c F src/util.c a88b0466fddf445ce752226d4698ca3faada620a F src/vacuum.c 33c174b28886b2faf26e503b5a49a1c01a9b1c16 -F src/vdbe.c b7f39cec8b572df61cdbd26426e285f8fd759db3 +F src/vdbe.c 5c7338cc8b28c76a9fb680e18640fee948ae29b2 F src/vdbe.h b0866e4191f096f1c987a84b042c3599bdf5423b F src/vdbeInt.h 281cb70332dc8b593b8c7afe776f3a2ba7d4255e F src/vdbeapi.c d6ebaa465f070eb1af8ba4e7b34583ece87bdd24 @@ -1543,7 +1543,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P a5fe03bc419d9c7e6068ed38810e3f183de179b5 -R 1f3e0de052f41632eb2fb92e1db69d89 -U drh -Z 8ba5841c95779521fe8c2f52b8a5492f +P 6e106acd74da3baa5c308a76443d2f0a7c904e5e +R bda8577547e21933c26bcd960cf7cb5b +U mistachkin +Z 7c89ce1d26860a2c4a6e46981671fc16 diff --git a/manifest.uuid b/manifest.uuid index 78d290dd0b..27218e961a 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -6e106acd74da3baa5c308a76443d2f0a7c904e5e \ No newline at end of file +d38fd22935b1572f4481b39c2f9274329b18ea99 \ No newline at end of file diff --git a/src/vdbe.c b/src/vdbe.c index 698092eb51..3f165d9e89 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -4657,7 +4657,7 @@ case OP_SorterData: { ** ** If P3!=0 then the content of the P2 register is unsuitable for use ** in OP_Result and any OP_Result will invalidate the P2 register content. -** The P2 register content is invalided by opcodes like OP_Function or +** The P2 register content is invalidated by opcodes like OP_Function or ** by any use of another cursor pointing to the same table. */ case OP_RowData: {