From a671f4ebe0f80686d9d98d51c754a07f4bb68d31 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 12 Jul 2018 18:20:25 -0400 Subject: Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed row format, and changes charset to utf8mb4) --- .circleci/checksetup_answers.legacy.txt | 1 + .circleci/checksetup_answers.txt | 1 + 2 files changed, 2 insertions(+) (limited to '.circleci') diff --git a/.circleci/checksetup_answers.legacy.txt b/.circleci/checksetup_answers.legacy.txt index 759ee081a..2a0486836 100644 --- a/.circleci/checksetup_answers.legacy.txt +++ b/.circleci/checksetup_answers.legacy.txt @@ -8,3 +8,4 @@ $answer{'create_htaccess'} = ''; $answer{'cvsbin'} = '/usr/bin/cvs'; $answer{'diffpath'} = '/usr/bin'; $answer{'interdiffbin'} = '/usr/bin/interdiff'; +$answer{'utf8'} = 'utf8mb4'; diff --git a/.circleci/checksetup_answers.txt b/.circleci/checksetup_answers.txt index d75fcc5dc..272c436c0 100644 --- a/.circleci/checksetup_answers.txt +++ b/.circleci/checksetup_answers.txt @@ -12,3 +12,4 @@ $answer{'interdiffbin'} = '/usr/bin/interdiff'; $answer{'urlbase'} = 'http://bmo.test/'; $answer{'mail_delivery_method'} = 'Test'; $answer{'auth_delegation'} = 1; +$answer{'utf8'} = 'utf8mb4'; -- cgit v1.2.3-24-g4f1b