Lines Matching full:permanent
6622 ** improvement performance by adding permanent indices that do not
7002 ** is not a permanent error and does not affect the return value of
47360 ** On success return SQLITE_OK. On a permanent failure (such an
78789 /* Reload the table, index and permanent trigger schemas. */
82984 ** to be permanent. So the computation is done on a copy of the SELECT
83768 ** Exception: If we are reading the names of permanent indices from the
93751 ** has the same name as another index on a permanent index. Since
93752 ** the permanent table is hidden by the TEMP table, we can also
93753 ** safely ignore the index on the permanent table.