Bugzilla – Attachment 49551 Details for
Bug 16070
Empty (undef) system preferences may cause some issues in combination with memcache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16070: Add atomic update file
Bug-16070-Add-atomic-update-file.patch (text/plain), 746 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2016-03-24 19:15:16 UTC
(
hide
)
Description:
Bug 16070: Add atomic update file
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-03-24 19:15:16 UTC
Size:
746 bytes
patch
obsolete
>From f32126d83b1f165e1bc7635d182f55c413c24a2a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Mar 2016 10:58:16 +0000 >Subject: [PATCH] Bug 16070: Add atomic update file > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/atomicupdate/bug_16070.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_16070.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_16070.sql b/installer/data/mysql/atomicupdate/bug_16070.sql >new file mode 100644 >index 0000000..f02ee5e >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_16070.sql >@@ -0,0 +1 @@ >+UPDATE systempreferences SET value="" WHERE value IS NULL; >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16070
:
49164
|
49196
|
49254
|
49550
| 49551