An error occurred fetching the project authors.
- 08 Apr, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 29 Mar, 2005 2 commits
-
-
bar@mysql.com authored
Safer and mode readable way.
-
bar@mysql.com authored
Not active by default. One need to pass -DHAVE_CYBOZU_COLLATION to activate it.
-
- 21 Feb, 2005 1 commit
-
-
bar@mysql.com authored
Bugs: #8385: utf8_general_ci treats cyrillic letters I and SHORT I as the same
-
- 01 Feb, 2005 1 commit
-
-
monty@mysql.com authored
(Bug #7788 "Table is full" occurs during a multitable update")
-
- 13 Jan, 2005 1 commit
-
-
bar@mysql.com authored
-
- 24 Nov, 2004 1 commit
-
-
bar@mysql.com authored
-
- 23 Oct, 2004 1 commit
-
-
bar@mysql.com authored
Char is unsigned by defeault on some platforms. Cast t to a signed type.
-
- 21 Oct, 2004 1 commit
-
-
bar@mysql.com authored
-
- 20 Oct, 2004 1 commit
-
-
bar@mysql.com authored
A faster UTF8 null-terminated string implementation. It is used for identifier comparison, so it's quite critical.
-
- 18 Oct, 2004 1 commit
-
-
bar@mysql.com authored
-
- 14 Oct, 2004 1 commit
-
-
bar@mysql.com authored
-
- 25 Sep, 2004 1 commit
-
-
bar@noter.intranet.mysql.r18.ru authored
into MY_CHARSET_INFO structure.
-
- 30 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
cleanups better, charset-dependent, ft_max_len_for_sort value
-
- 25 Aug, 2004 1 commit
-
-
bar@mysql.com authored
-
- 18 Aug, 2004 1 commit
-
-
bar@mysql.com authored
LIKE crashed mysqld for binary collations in some cases
-
- 14 Jun, 2004 1 commit
-
-
bar@mysql.com authored
-
- 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 2 commits
-
-
bar@mysql.com authored
-
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
-
- 07 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.
-
- 26 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 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 2 commits
-
-
monty@mysql.com authored
Fixed that blobs >16M can be inserted/updated Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
-
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)
-
- 06 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=2366 Wrong utf8 behaviour when data is trancated
-
- 19 Jan, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 20 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
code cleanup
-
- 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.
-
- 16 Sep, 2003 1 commit
-
-
- 18 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 17 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Stupid bug fix
-
- 15 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Removed compiler warnings
-
- 23 May, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-