1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

(no comment)

FossilOrigin-Name: 263293f1e6db26039d94c9ed7efa2cdea25df5e5f42673a116ce2d03b9fadff4
This commit is contained in:
drh
2020-10-22 18:58:33 +00:00
parent e1436fcad9
commit 01908c6eeb
7 changed files with 43 additions and 21 deletions

View File

@@ -2011,6 +2011,7 @@ struct Table {
** Index.aiRowLogEst[] values */
#define TF_HasNotNull 0x0200 /* Contains NOT NULL constraints */
#define TF_Shadow 0x0400 /* True for a shadow table */
#define TF_HasStat4 0x2000 /* STAT4 info available for this table */
/*
** Test to see whether or not a table is a virtual table. This is