An error occurred fetching the project authors.
- 05 May, 2005 1 commit
-
-
ramil@ram-book.(none) authored
-
- 30 Dec, 2004 1 commit
-
-
monty@mysql.com authored
-
- 17 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 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 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.
-
- 21 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 21 May, 2002 1 commit
-
-
ram@gw.udmsearch.izhnet.ru authored
_mi_compare_text -> mi_compate_text Changes according Monty's suggestions
-
- 25 Apr, 2002 2 commits
-
-
ram@gw.udmsearch.izhnet.ru authored
_mi_key_cmp -> ha_key_cmp
-
bar@gw.udmsearch.izhnet.ru authored
Renamed _hp_func -> hp_func mi_key_cmp moved to /mysys/my_handler.c New tests for HEAP tables
-