summaryrefslogtreecommitdiff
path: root/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'lang/sql/adapter/sqlite-patches/18_vacuum_test.patch')
-rw-r--r--lang/sql/adapter/sqlite-patches/18_vacuum_test.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch b/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
index d276e41e..a035b72c 100644
--- a/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
+++ b/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
@@ -17,9 +17,9 @@
+# DBSQL does not do "db2 close" here because incrvacuum-12.2 is excluded
+# so db2 is not opended.
db close
- file delete -force test.db test.db-journal
+ forcedelete test.db test.db-journal
sqlite3 db test.db ; set ::DB [sqlite3_connection_pointer db]
-@@ -736,8 +737,8 @@
+@@ -736,8 +739,8 @@
catchsql {
PRAGMA incremental_vacuum(10);
} db3
@@ -31,7 +31,7 @@
do_test incrvacuum-15.1 {
--- test/vacuum4.test
+++ test/vacuum4.test
-@@ -65,3 +65,5 @@ do_test vacuum4-1.1 {
+@@ -65,3 +65,5 @@
VACUUM;
}
} {}