View | Details | Raw Unified | Return to bug 20080
Collapse All | Expand All

(-)a/QohA/File/Specific/Kohastructure.pm (-2 / +1 lines)
Lines 27-33 sub check_charset_collate { Link Here
27
        {
27
        {
28
            $current_table = $2;
28
            $current_table = $2;
29
        }
29
        }
30
        next unless $line =~ m|CHARSET=utf8mb4|;
30
        next if $line =~ m|CHARSET=utf8mb4|;
31
        next if $line =~ m|utf8mb4_unicode_ci|;
31
        next if $line =~ m|utf8mb4_unicode_ci|;
32
        push @bad_charset_collate, $current_table;
32
        push @bad_charset_collate, $current_table;
33
    }
33
    }
34
- 

Return to bug 20080