diff options
Diffstat (limited to 'lang/sql/adapter/sqlite-patches/13_malloc_test.patch')
-rw-r--r-- | lang/sql/adapter/sqlite-patches/13_malloc_test.patch | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lang/sql/adapter/sqlite-patches/13_malloc_test.patch b/lang/sql/adapter/sqlite-patches/13_malloc_test.patch index 1f8982ed..ecac5093 100644 --- a/lang/sql/adapter/sqlite-patches/13_malloc_test.patch +++ b/lang/sql/adapter/sqlite-patches/13_malloc_test.patch @@ -1,11 +1,6 @@ --- test/malloc.test +++ test/malloc.test -@@ -713,17 +713,17 @@ - - # After committing a transaction in persistent-journal mode, if a journal - # size limit is configured SQLite may attempt to truncate the journal file. - # This test verifies the libraries response to a malloc() failure during - # this operation. +@@ -718,7 +718,7 @@ # do_malloc_test 31 -sqlprep { PRAGMA journal_mode = persist; @@ -14,8 +9,3 @@ CREATE TABLE t1(a PRIMARY KEY, b); } -sqlbody { INSERT INTO t1 VALUES(1, 2); - } - - # When written, this test provoked an obscure change-counter bug. - # - # If, when running in exclusive mode, a malloc() failure occurs |