diff options
Diffstat (limited to 'src/pragma.c')
-rw-r--r-- | src/pragma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pragma.c b/src/pragma.c index ffa068572..96ff136c2 100644 --- a/src/pragma.c +++ b/src/pragma.c @@ -727,6 +727,7 @@ void sqlite3Pragma( int size = sqlite3Atoi(zRight); pDb->pSchema->cache_size = size; sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size); + if( sqlite3ReadSchema(pParse) ) goto pragma_out; } break; } |