]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove a memory allocation from sqlite3VdbeIOTraceSql(). This means that
authordrh <drh@noemail.net>
Mon, 13 Aug 2007 11:10:34 +0000 (11:10 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Aug 2007 11:10:34 +0000 (11:10 +0000)
commit00a18e476a7dea1218e6b89b0508df5d2fd38ef2
treee6fd6422e635ae2b48a504540925c530ff925755
parent3aefabaf94e86c11d30ced084146ece63893a12c
Remove a memory allocation from sqlite3VdbeIOTraceSql().  This means that
when doing I/O tracing, the text of an SQL statement is truncated to the
first 1000 characters.  But it also means tracing works in an out-of-memory
situation. (CVS 4210)

FossilOrigin-Name: 578da2476e356ea35d272e18faf490efedeaf25c
manifest
manifest.uuid
src/vdbeaux.c