mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-10-31 18:11:01 +03:00 
			
		
		
		
	Add comments to unused P3 fields of selected instructions when NDEBUG is
not defined. This makes VDBE program dumps more readable during debugging. (CVS 1973) FossilOrigin-Name: 4871c77f8fce36ff230e1f026f4e4e49492515e9
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
| ************************************************************************* | ||||
| ** Internal interface definitions for SQLite. | ||||
| ** | ||||
| ** @(#) $Id: sqliteInt.h,v 1.321 2004/09/08 20:13:05 drh Exp $ | ||||
| ** @(#) $Id: sqliteInt.h,v 1.322 2004/09/19 02:15:26 drh Exp $ | ||||
| */ | ||||
| #ifndef _SQLITEINT_H_ | ||||
| #define _SQLITEINT_H_ | ||||
| @@ -1263,6 +1263,7 @@ void sqlite3SelectDelete(Select*); | ||||
| void sqlite3SelectUnbind(Select*); | ||||
| Table *sqlite3SrcListLookup(Parse*, SrcList*); | ||||
| int sqlite3IsReadOnly(Parse*, Table*, int); | ||||
| void sqlite3OpenTableForReading(Vdbe*, int iCur, Table*); | ||||
| void sqlite3DeleteFrom(Parse*, SrcList*, Expr*); | ||||
| void sqlite3Update(Parse*, SrcList*, ExprList*, Expr*, int); | ||||
| WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, int, ExprList**); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user