Skip to content

Commit

Permalink
fix: mysql 5.7 cc (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kizuna-lek authored Oct 17, 2024
1 parent 77f52b6 commit 570e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mysql/config/mysql5.7-config-constraint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 570e35b

Please sign in to comment.