1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Merge all recent enhancements from trunk.

FossilOrigin-Name: fd5676fe7f55b3d4fa15ca119af7c064c6f9d053affdfd5e748785e300affbeb
This commit is contained in:
drh
2017-03-24 15:09:47 +00:00
154 changed files with 10090 additions and 1886 deletions

View File

@@ -160,7 +160,6 @@ static int cbAddIndex(
pNew = (BatchIndex*)cbMalloc(&rc, sizeof(BatchIndex) + sizeof(int) * nCol);
if( rc==SQLITE_OK ){
int rc2;
pNew->nCol = nCol;
pNew->bPk = bPk;
pNew->aiCol = (int*)&pNew[1];