]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The build works again with -DSQLITE_OMIT_MERGE_SORT. The merge-sorter now
authordrh <drh@noemail.net>
Sat, 3 Sep 2011 00:17:51 +0000 (00:17 +0000)
committerdrh <drh@noemail.net>
Sat, 3 Sep 2011 00:17:51 +0000 (00:17 +0000)
commitca892a725284f1ce7d9f4f5e3c4f75f4f01f055b
tree5d1488e0ea493c9f9b935f34d84511feee06b057
parent34163c68310d010907847a68cf0a9e46dba31aef
The build works again with -DSQLITE_OMIT_MERGE_SORT.  The merge-sorter now
avoids spilling to disk (letting the in-memory linked list grow without
bound) if PRAGMA temp_store=3.

FossilOrigin-Name: 68e26c4487696d194ee85370380e4b0e56d206ee
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbesort.c