1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Update with latest trunk changes.

FossilOrigin-Name: 87995dc9409482f0a7a367bfc51d78ac0f63b8c3
This commit is contained in:
dan
2012-08-31 14:23:16 +00:00
33 changed files with 170 additions and 72 deletions

View File

@@ -666,7 +666,7 @@ int sqlite3VdbeExec(
}
#endif
/* On any opcode with the "out2-prerelase" tag, free any
/* On any opcode with the "out2-prerelease" tag, free any
** external allocations out of mem[p2] and set mem[p2] to be
** an undefined integer. Opcodes will either fill in the integer
** value or convert mem[p2] to a different type.