aboutsummaryrefslogtreecommitdiff
path: root/src/insert.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2015-04-23 13:49:53 +0000
committerdrh <drh@noemail.net>2015-04-23 13:49:53 +0000
commit6ea60c7c5362abb262aa31bc3c0b52338633b1ac (patch)
tree7458b385418e2d70d342d1ae18f8924adb716739 /src/insert.c
parent850b0d031d6097e6d8a45a801b1370c61d152293 (diff)
parent41148f83c47b0d196f9d11aaad89d3528ecb4830 (diff)
downloadsqlite-6ea60c7c5362abb262aa31bc3c0b52338633b1ac.tar.gz
sqlite-6ea60c7c5362abb262aa31bc3c0b52338633b1ac.zip
Merge the latest trunk enhancements and fixes into the sessions branch.
FossilOrigin-Name: 4e5f17d189eb0578a544c21fc150f9e2ee3428e3
Diffstat (limited to 'src/insert.c')
-rw-r--r--src/insert.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c
index 8994e0174..ea0d9537b 100644
--- a/src/insert.c
+++ b/src/insert.c
@@ -2037,7 +2037,6 @@ static int xferOptimization(
** might change the definition of a collation sequence and then run
** a VACUUM command. In that case keys may not be written in strictly
** sorted order. */
- int i;
for(i=0; i<pSrcIdx->nColumn; i++){
char *zColl = pSrcIdx->azColl[i];
assert( zColl!=0 );