https://bugzilla.wikimedia.org/show_bug.cgi?id=45718

       Web browser: ---
            Bug ID: 45718
           Summary: Different Collations specified for the 'log' database
                    vs the tables in them
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: EventLogging
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The database is set to use the collation "latin1_swedish_ci", while the tables
are all set to use "utf8_general_ci". This causes problems when you're trying
to use computed columns, since they'll be using the database's collation.

Fix would be to set the database's collation to "utf8_general_ci"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to