An error occurred fetching the project authors.
- 12 Jun, 2004 1 commit
-
-
bar@mysql.com authored
E.g. 'Ch' is treated as a separate letter in Czech, not as a combination of C+h.
-
- 11 Jun, 2004 1 commit
-
-
bar@mysql.com authored
- For simple character sets: from_uni convertion table. - For UCA: alternative weight arrays. Use mbminlen instead of MY_CS_NONTEXT
-
- 10 Jun, 2004 2 commits
-
-
serg@serg.mylan authored
correct prefix compare with my_strnncoll
-
bar@mysql.com authored
-
- 08 Jun, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 25 May, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
weights data now comes from a static variables but from the charset structure.
-
- 07 May, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
Czech collations were renamed to _cs Index.xml: Czech collation were renamed to _cs
-
- 25 Mar, 2004 1 commit
-
-
monty@mysql.com authored
Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files Compare strings with space extend instead of space strip. Now the following comparisons holds: "a" == "a " and "a\t" < "a". (Bug #3152). Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
-
- 19 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
UCS2 now has its own my_like_range function.
-
- 16 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 19 Jan, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 19 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
sequence boundaries in functions LIKE and LOCATE in the case of "binary" collation. Comparison was done like if the strings were just a binary strings without character set assumption.
-
- 26 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
ctype_ucs2 and ctype_ujis were skipped in mistake
-
- 23 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 22 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
-
- 01 Apr, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
We don't need separate hash_sort() and hash_caseup() We don't need tosort(). strnxfrm will do the same.
-
- 26 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some collation names have been renamed
-
- 14 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 05 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
binary and primary collations in the future
-
- 31 Jan, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
- 28 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 17 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 15 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some function names have been renamed to be more self-descriptive
-
- 04 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 11 Dec, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 27 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
wich is slower and is not ucs2 compatible
-
- 15 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 14 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 13 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 11 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 10 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 10 Oct, 2002 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
aspects into *.c files from *.h files. Some steps to get closer to generating *.c files from *.conf files again.
-
- 29 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
some warnings fixes
-
- 19 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
Fixes in charset related C++ code
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 06 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
This is to simplify maintaining charsets, especially changing CHARSET_INFO structure.
-