Bugzilla – Attachment 63942 Details for
Bug 11974
Enable non-default unix socket location for database connections.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11974 - Enable non-default unix socket location for database connections. Squashable2
Bug-11974---Enable-non-default-unix-socket-locatio.patch (text/plain), 1.19 KB, created by
Olli-Antti Kivilahti
on 2017-06-02 14:45:19 UTC
(
hide
)
Description:
Bug 11974 - Enable non-default unix socket location for database connections. Squashable2
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2017-06-02 14:45:19 UTC
Size:
1.19 KB
patch
obsolete
>From a20d9e5e529ff6238e67aeeb40226938a80d8182 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Fri, 2 Jun 2017 16:13:01 +0300 >Subject: [PATCH] Bug 11974 - Enable non-default unix socket location for > database connections. Squashable2 > >Add DB_SOCKET to gazillion more separate places to make it pass thorugh the make steps. >--- > Makefile.PL | 1 + > misc/koha-install-log | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 9626824..50b0478 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -463,6 +463,7 @@ System group that will own Koha's files. > my %config_defaults = ( > 'DB_TYPE' => 'mysql', > 'DB_HOST' => 'localhost', >+ 'DB_SOCKET' => '', > 'DB_NAME' => 'koha', > 'DB_USER' => 'kohaadmin', > 'DB_PASS' => 'katikoan', >diff --git a/misc/koha-install-log b/misc/koha-install-log >index 3850bda..c7850b4 100644 >--- a/misc/koha-install-log >+++ b/misc/koha-install-log >@@ -9,6 +9,7 @@ DB_TYPE=__DB_TYPE__ > DB_NAME=__DB_NAME__ > DB_HOST=__DB_HOST__ > DB_PORT=__DB_PORT__ >+DB_SOCKET=__DB_SOCKET__ > DB_USER=__DB_USER__ > DB_PASS=__DB_PASS__ > WEBMASTER_EMAIL=__WEBMASTER_EMAIL__ >-- >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 11974
:
26484
|
26485
|
26486
|
26487
|
26505
|
63940
|
63941
| 63942 |
63943
|
73131