aboutsummaryrefslogtreecommitdiff
path: root/src/insert.c
diff options
context:
space:
mode:
authordrh <>2021-01-27 20:35:22 +0000
committerdrh <>2021-01-27 20:35:22 +0000
commit55d4c84b61488fcfcd5df645bba6dde41eeb308e (patch)
tree4c02394b30b8de02eb172c1d3e9c8b2c5a3701d1 /src/insert.c
parent2053f313bfc498262f13c04793b93867f58544ba (diff)
parent16cd8b96d3e2cb80e169beee529307d0f0fdf51c (diff)
downloadsqlite-55d4c84b61488fcfcd5df645bba6dde41eeb308e.tar.gz
sqlite-55d4c84b61488fcfcd5df645bba6dde41eeb308e.zip
Merge recent enhancements from trunk.
FossilOrigin-Name: 5fbcb208d24d45169fc53ad8738dd3545d9bbd26b7434e31afc7f6419cd4e958
Diffstat (limited to 'src/insert.c')
-rw-r--r--src/insert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/insert.c b/src/insert.c
index c0ab0cf37..6047969c0 100644
--- a/src/insert.c
+++ b/src/insert.c
@@ -1301,7 +1301,9 @@ void sqlite3Insert(
sqlite3VdbeJumpHere(v, addrInsTop);
}
+#ifndef SQLITE_OMIT_XFER_OPT
insert_end:
+#endif /* SQLITE_OMIT_XFER_OPT */
/* Update the sqlite_sequence table by storing the content of the
** maximum rowid counter values recorded while inserting into
** autoincrement tables.