Bugzilla – Attachment 70861 Details for
Bug 20080
Test for utf8mb4 encoding and collation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20080: Test for utf8mb4 encoding and collation
Bug-20080-Test-for-utf8mb4-encoding-and-collation.patch (text/plain), 1.23 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-01-23 19:11:11 UTC
(
hide
)
Description:
Bug 20080: Test for utf8mb4 encoding and collation
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-01-23 19:11:11 UTC
Size:
1.23 KB
patch
obsolete
>From faf461963b8ceb1dbef530e4ee05147fa930c3b0 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 18 Jan 2018 17:11:02 +0000 >Subject: [PATCH] Bug 20080: Test for utf8mb4 encoding and collation > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > QohA/File/Specific/Kohastructure.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/QohA/File/Specific/Kohastructure.pm b/QohA/File/Specific/Kohastructure.pm >index a679077..f5495e9 100644 >--- a/QohA/File/Specific/Kohastructure.pm >+++ b/QohA/File/Specific/Kohastructure.pm >@@ -27,15 +27,15 @@ sub check_charset_collate { > { > $current_table = $2; > } >- next unless $line =~ m|CHARSET=utf8|; >- next if $line =~ m|utf8_unicode_ci|; >+ next unless $line =~ m|CHARSET=utf8mb4|; >+ next if $line =~ m|utf8mb4_unicode_ci|; > push @bad_charset_collate, $current_table; > } > close $fh; > return 1 unless @bad_charset_collate; > my @errors; > push @errors, >- "The table $_ does not have the current charset collate (see bug 11944)" >+ "The table $_ does not have the current charset collate (see bug 18336)" > for @bad_charset_collate; > return @errors; > } >-- >2.1.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 20080
:
70861
|
70957
|
70958