From 570e35bbf58ee5f3699978496f855a3c76aa3b84 Mon Sep 17 00:00:00 2001 From: Lek Date: Thu, 17 Oct 2024 15:14:37 +0800 Subject: [PATCH] fix: mysql 5.7 cc (#1101) --- addons/mysql/config/mysql5.7-config-constraint.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/mysql/config/mysql5.7-config-constraint.cue b/addons/mysql/config/mysql5.7-config-constraint.cue index 9ed235f0b..3bcd82370 100644 --- a/addons/mysql/config/mysql5.7-config-constraint.cue +++ b/addons/mysql/config/mysql5.7-config-constraint.cue @@ -203,7 +203,7 @@ foreign_key_checks?: bool & true | false | *true // The list of operators supported by boolean full-text searches performed using IN BOOLEAN MODE. - ft_boolean_syntax?: ft_boolean_syntax?: string | *'+ -><()~*:""&|' + ft_boolean_syntax?: string | *'+ -><()~*:""&|' // The maximum length of the word to be included in a MyISAM FULLTEXT index.FULLTEXT indexes on MyISAM tables must be rebuilt after changing this variable. ft_max_word_len?: int & >= 10 & <= 84 | *84