An error occurred fetching the project authors.
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-
- 25 Sep, 2004 1 commit
-
-
bar@noter.intranet.mysql.r18.ru authored
into MY_CHARSET_INFO structure.
-
- 26 Aug, 2004 1 commit
-
-
bar@mysql.com authored
Revert this change, it was done in a mistake.
-
- 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
-
- 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
-
- 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.
-
- 11 May, 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 2 commits
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
bar@bar.mysql.r18.ru authored
-
- 23 May, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
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 4 commits
-
-
bar@bar.mysql.r18.ru authored
-
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
-
- 30 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 29 Jan, 2003 1 commit
-
-
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
-