Merge branch '2.3' into 2.4
This commit is contained in:
commit
c0ea4cae54
@ -122,7 +122,9 @@ Select *sqlite3SelectNew(
|
||||
pNew = sqlite3DbMallocRawNN(db, sizeof(*pNew) );
|
||||
if( pNew==0 ){
|
||||
assert( db->mallocFailed );
|
||||
#ifndef MAXSCALE
|
||||
pNew = &standin;
|
||||
#endif
|
||||
}
|
||||
if( pEList==0 ){
|
||||
#ifndef MAXSCALE
|
||||
|
Loading…
x
Reference in New Issue
Block a user