Skip to content

UTF8 chars broken after reconnecting to MySQL #4

Closed
@schmengler

Description

@schmengler

This issue comes from IntegerNet_Solr_Model_Resource_Db::disconnectMysql which closes SQL connections during indexing.

When new queries are made after that, the connection is re-initialized but this time it will not run
<initStatements> from app/etc/local.xml which often has to be "SET NAMES utf8".

Commenting the code for connection closing in disconnectMysql() resolves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions