Bugzilla – Attachment 49254 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), 691 bytes, created by
Jonathan Druart
on 2016-03-17 10:58:46 UTC
(
hide
)
Description:
Bug 16070: Add atomic update file
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-17 10:58:46 UTC
Size:
691 bytes
patch
obsolete
>From 0ffd6d1d47e520179a3d080b18b2041a2c5483fe 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 > >--- > 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.0
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