summarylogtreecommitdiffstats
path: root/sqlite-scratch.patch
diff options
context:
space:
mode:
authorFrank Siegert2019-08-06 09:00:40 +0200
committerFrank Siegert2019-08-06 09:00:40 +0200
commit458dfe377f00c129d67869299bf73c22e2d920c7 (patch)
tree54e2ed074a0bd0f7492c7a7058ce8b63be60c627 /sqlite-scratch.patch
parent1df1a1946e16dc20abfba7da5e9abf448d2481ee (diff)
downloadaur-458dfe377f00c129d67869299bf73c22e2d920c7.tar.gz
Update to 2.6.0-1
Diffstat (limited to 'sqlite-scratch.patch')
-rw-r--r--sqlite-scratch.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sqlite-scratch.patch b/sqlite-scratch.patch
deleted file mode 100644
index 516f4dae4282..000000000000
--- a/sqlite-scratch.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- cvmfs-2.4.4.orig/cvmfs/sqlitemem.cc 2017-12-11 14:35:17.000000000 +0100
-+++ cvmfs-2.4.4/cvmfs/sqlitemem.cc 2018-04-17 13:18:05.036967828 +0200
-@@ -137,10 +137,6 @@
- if (assigned_) return;
- int retval;
-
-- retval = sqlite3_config(SQLITE_CONFIG_SCRATCH, scratch_memory_,
-- kScratchSlotSize, kScratchNoSlots);
-- assert(retval == SQLITE_OK);
--
- retval = sqlite3_config(SQLITE_CONFIG_PAGECACHE, page_cache_memory_,
- kPageCacheSlotSize, kPageCacheNoSlots);
- assert(retval == SQLITE_OK);