1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove a recently added NEVER() macro from a branch that can be taken in

obscure circumstances.

FossilOrigin-Name: 2aa210030ae414782adab9291cc43a149a780f39bd3d306dc2892a8c20422a51
This commit is contained in:
dan
2018-04-24 18:59:18 +00:00
parent 820fcd2ce9
commit ccb9eb782c
4 changed files with 30 additions and 9 deletions

View File

@@ -5543,7 +5543,7 @@ int sqlite3Select(
** a view or the co-routine to implement a view. The first instance
** is sufficient, though the subroutine to manifest the view does need
** to be invoked again. */
if( NEVER(pItem->addrFillSub) ){
if( pItem->addrFillSub ){
if( pItem->fg.viaCoroutine==0 ){
/* The subroutine that manifests the view might be a one-time routine,
** or it might need to be rerun on each iteration because it