diff options
author | Peter Wemm <peter@FreeBSD.org> | 2015-08-09 04:37:39 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2015-08-09 04:37:39 +0000 |
commit | 58218291fa73a17020ef0447398e9e8a78f9e8c7 (patch) | |
tree | 78a13bd0acf7405df6eb6ca94a4e354d124065a6 /subversion/libsvn_wc/wc-queries.sql | |
parent | 6f0665939667af9f780762878fc35982e8b7d745 (diff) |
Notes
Diffstat (limited to 'subversion/libsvn_wc/wc-queries.sql')
-rw-r--r-- | subversion/libsvn_wc/wc-queries.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subversion/libsvn_wc/wc-queries.sql b/subversion/libsvn_wc/wc-queries.sql index 0ced98c79c20..7cdb46cc0252 100644 --- a/subversion/libsvn_wc/wc-queries.sql +++ b/subversion/libsvn_wc/wc-queries.sql @@ -1716,6 +1716,10 @@ WHERE wc_id = ?1 AND op_depth = 0 AND (inherited_props not null) +-- STMT_HAVE_STAT1_TABLE +SELECT 1 FROM sqlite_master WHERE name='sqlite_stat1' AND type='table' +LIMIT 1 + /* ------------------------------------------------------------------------- */ /* Grab all the statements related to the schema. */ |