Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev/translation#14 Fix InnoDB Advanced Logging #12667

Merged
merged 1 commit into from
Aug 28, 2018

Conversation

mlutfy
Copy link
Member

@mlutfy mlutfy commented Aug 15, 2018

Overview

InnoDB Advanced Logging cannot be enabled on multi-lingual sites, when using: https://github.com/eileenmcnaughton/nz.co.fuzion.innodbtriggers

Technical Details

Updating logging tables failed, because the SQL query gets localized (i.e. it tries to add an index to a SQL View).

Disable i18n process on the SQL query.

Comments

This will not have any impact on non-multi-lingual sites.

https://lab.civicrm.org/dev/translation/issues/14

@civibot
Copy link

civibot bot commented Aug 15, 2018

(Standard links)

@eileenmcnaughton
Copy link
Contributor

I tested this & could replicate it not working & then working. Change relates only to l10n so I think it is safe

@eileenmcnaughton eileenmcnaughton merged commit 26b2575 into civicrm:master Aug 28, 2018
@eileenmcnaughton eileenmcnaughton deleted the translation-14 branch August 28, 2018 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants