aboutsummaryrefslogtreecommitdiff
path: root/src/alter.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2014-02-06 23:56:27 +0000
committerdrh <drh@noemail.net>2014-02-06 23:56:27 +0000
commitb22f7c831f4b3c1cee4dba6074934fd00916e027 (patch)
tree84ed00def2930a09bf20ab989d0171a7e0d94f52 /src/alter.c
parent0211d8bca4ddab5a0d4a1f5299c3cb7cd6effe7d (diff)
downloadsqlite-b22f7c831f4b3c1cee4dba6074934fd00916e027.tar.gz
sqlite-b22f7c831f4b3c1cee4dba6074934fd00916e027.zip
Delete the OP_VerifySchema opcode. Enhance OP_Transaction to do the schema
version checks that OP_VerifySchema used to do. FossilOrigin-Name: 2f3376ebf13df44e6acf27cb1f07172cd8b34033
Diffstat (limited to 'src/alter.c')
-rw-r--r--src/alter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alter.c b/src/alter.c
index 9d34b07b0..67070a589 100644
--- a/src/alter.c
+++ b/src/alter.c
@@ -469,7 +469,7 @@ void sqlite3AlterRenameTable(
}
#endif
- /* Begin a transaction and code the VerifyCookie for database iDb.
+ /* Begin a transaction for database iDb.
** Then modify the schema cookie (since the ALTER TABLE modifies the
** schema). Open a statement transaction if the table is a virtual
** table.