Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.13
Description
install_spider.sql can fail with the following error:
ERROR 1267 (HY000) at line 288 in file: '/usr/share/mysql/install_spider.sql': Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
|
To reproduce, simply do:
SET NAMES utf8;
|
SET SESSION collation_server=utf8_unicode_ci;
|
source /usr/share/mysql/install_spider.sql
|