mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Another adjustment to the EXPLAIN indentation logic, in order to deal with
the sorter loop on a CREATE INDEX statement. FossilOrigin-Name: cbe85cc2a991d89a6cca391ffa1be0582a684e49
This commit is contained in:
		@@ -1186,7 +1186,7 @@ static void explain_data_prepare(struct callback_data *p, sqlite3_stmt *pSql){
 | 
			
		||||
  int nAlloc = 0;                 /* Allocated size of p->aiIndent[], abYield */
 | 
			
		||||
  int iOp;
 | 
			
		||||
 | 
			
		||||
  const char *azNext[] = { "Next", "Prev", "VPrev", "VNext", 0 };
 | 
			
		||||
  const char *azNext[] = { "Next", "Prev", "VPrev", "VNext", "SorterNext", 0 };
 | 
			
		||||
  const char *azYield[] = { "Yield", "SeekLt", "SeekGt", "RowSetRead", 0 };
 | 
			
		||||
  const char *azGoto[] = { "Goto", 0 };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user