configuration - How to change the set of characters that are considered word characters in Mysql (Without recompiling)? -
I run a MySQL 5.0.26 (Myisam tables). To improve search results, I'm doing some fine tuning. I have seen that the characters are considered as word characters (Swiss-) French ... and do not match English barriers. I would like to: (
I would like to:
- Add character to the list of "word characters"
- Remove the character "'' from the same list (it 5.0 is a bug in the branch which has been fixed in 5.1 ...)
I have seen in the documentation that the macro can use true_word_char () but the document is a little for me
How can I do this?
Do I have to edit it as well?
& Lt; charset name = "latin1" gt; <28; ctype & gt; & lt; map & gt; 00 20 20 20 20 20 ... ... 02 02 02
Is a known bug / risk doing this?
I can not recombile.
Thank you for your help.
Ture_word_char () will need to recomputate part about the editing of the macro.
So leave the editing of the XML file for that character set. See the table of values for each character. Find out - and 'And' em them To set the appropriate application.
Comments
Post a Comment