An error occurred fetching the project authors.
  1. 05 May, 2005 1 commit
  2. 30 Dec, 2004 1 commit
  3. 17 Dec, 2004 1 commit
  4. 06 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add support for up to VARCHAR (size up to 65535) · 67ce2479
      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
      67ce2479
  5. 25 Mar, 2004 1 commit
    • monty@mysql.com's avatar
      BTREE-indexes in HEAP tables can now be used to optimize ORDER BY · ebc3b3af
      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.
      ebc3b3af
  6. 21 Jan, 2003 1 commit
  7. 21 May, 2002 1 commit
  8. 25 Apr, 2002 2 commits