diff options
author | drh <drh@noemail.net> | 2015-04-23 13:49:53 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-04-23 13:49:53 +0000 |
commit | 6ea60c7c5362abb262aa31bc3c0b52338633b1ac (patch) | |
tree | 7458b385418e2d70d342d1ae18f8924adb716739 /src/insert.c | |
parent | 850b0d031d6097e6d8a45a801b1370c61d152293 (diff) | |
parent | 41148f83c47b0d196f9d11aaad89d3528ecb4830 (diff) | |
download | sqlite-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.c | 1 |
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 ); |