From: eileen Date: Tue, 14 Jul 2020 04:33:14 +0000 (+1200) Subject: Adjust mysql SET NAMES in remaining places as we agreed this was the go X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a5ae67a292e700dba3a909db85583939407d6cfb;p=civicrm-core.git Adjust mysql SET NAMES in remaining places as we agreed this was the go --- diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 4ebc195d96..fab07d6559 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -7,7 +7,7 @@ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; +/*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; diff --git a/tests/phpunit/CRM/Report/Form/Contribute/fixtures/dataset-ascii.sql b/tests/phpunit/CRM/Report/Form/Contribute/fixtures/dataset-ascii.sql index 1dd4d8970c..7e806cafee 100644 --- a/tests/phpunit/CRM/Report/Form/Contribute/fixtures/dataset-ascii.sql +++ b/tests/phpunit/CRM/Report/Form/Contribute/fixtures/dataset-ascii.sql @@ -13,7 +13,7 @@ SET FOREIGN_KEY_CHECKS=0; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; +/*!40101 SET NAMES utf8mb4 */; -- -- Database: `civicrm_tests_dev` diff --git a/xml/templates/civicrm_country.tpl b/xml/templates/civicrm_country.tpl index 49c4882e35..93dd535249 100644 --- a/xml/templates/civicrm_country.tpl +++ b/xml/templates/civicrm_country.tpl @@ -9,7 +9,7 @@ -- Generated from {$smarty.template} -- {$generated} -- -/*!40101 SET NAMES utf8 */; +/*!40101 SET NAMES utf8mb4 */; /******************************************************* * diff --git a/xml/templates/civicrm_state_province.tpl b/xml/templates/civicrm_state_province.tpl index a51b0e0be8..614c34c071 100644 --- a/xml/templates/civicrm_state_province.tpl +++ b/xml/templates/civicrm_state_province.tpl @@ -9,7 +9,7 @@ -- Generated from {$smarty.template} -- {$generated} -- -/*!40101 SET NAMES utf8 */; +/*!40101 SET NAMES utf8mb4 */; INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES (1000, 1228, "AL", "Alabama"),