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

Fix bug lp:1534246 (5.7) "'ctype_ucs.test' fails sporadically" #316

Merged

Conversation

percona-ysorokin
Copy link
Collaborator

No description provided.

Because of the Oralce Bug #79989, there is no guarantee that after
including "ctype_common.inc" current value of the @@character_set_database
session variable will be 'latin1' and string literals without prefixes in the
following "SELECT" statement ('00' and '01') will have this charset.
As a workaround, we add explicit "_latin1" prefix to them.
…pe_ucs

In 5.7 default 'sql_mode' now also includes 'STRICT_TRANS_TABLES' which will prevent
"LOAD DATA INFILE" from loading invalid data. We need to temporarily disable it.
@laurynas-biveinis
Copy link
Contributor

Is there a Jenkins run?

@percona-ysorokin
Copy link
Collaborator Author

@laurynas-biveinis
Copy link
Contributor

LGTM

@percona-ysorokin percona-ysorokin changed the title Fix bug lp:1534246 (5.7) "'ctype_ucs.test' fails sporadicaly" Fix bug lp:1534246 (5.7) "'ctype_ucs.test' fails sporadically" Jan 18, 2016
percona-ysorokin added a commit that referenced this pull request Jan 18, 2016
…_ucs

Fix bug lp:1534246 (5.7) "'ctype_ucs.test' fails sporadically"
@percona-ysorokin percona-ysorokin merged commit b1ece8f into percona:5.7 Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants