Bugzilla – Attachment 71849 Details for
Bug 18336
Add support for Unicode supplementary characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18336: Fix missing utf8_bin > utf8mb4_bin translation in kohastructure.sql
Bug-18336-Fix-missing-utf8bin--utf8mb4bin-translat.patch (text/plain), 1.19 KB, created by
Kyle M Hall (khall)
on 2018-02-16 18:20:48 UTC
(
hide
)
Description:
Bug 18336: Fix missing utf8_bin > utf8mb4_bin translation in kohastructure.sql
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-02-16 18:20:48 UTC
Size:
1.19 KB
patch
obsolete
>From b11631011b83436748fce0433aad3194670d1567 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 29 Jan 2018 10:02:21 -0300 >Subject: [PATCH] Bug 18336: Fix missing utf8_bin > utf8mb4_bin translation in > kohastructure.sql > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index b5b3d89..74c5a3b 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1101,7 +1101,7 @@ CREATE TABLE `creator_templates` ( > DROP TABLE IF EXISTS `marc_subfield_structure`; > CREATE TABLE `marc_subfield_structure` ( > `tagfield` varchar(3) NOT NULL default '', >- `tagsubfield` varchar(1) NOT NULL default '' COLLATE utf8_bin, >+ `tagsubfield` varchar(1) NOT NULL default '' COLLATE utf8mb4_bin, > `liblibrarian` varchar(255) NOT NULL default '', > `libopac` varchar(255) NOT NULL default '', > `repeatable` tinyint(4) NOT NULL default 0, >-- >2.10.2
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 18336
:
70854
|
70855
|
70856
|
70857
|
70858
|
70859
|
70904
|
70905
|
70906
|
70907
|
70908
|
70909
|
71022
|
71210
|
71211
|
71212
|
71213
|
71214
|
71215
|
71216
|
71337
|
71779
|
71780
|
71781
|
71782
|
71783
|
71784
|
71785
|
71786
|
71836
|
71843
|
71844
|
71845
|
71846
|
71847
|
71848
| 71849 |
71850
|
71851
|
71953