An error occurred fetching the project authors.
  1. 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
  2. 25 Sep, 2004 1 commit
  3. 26 Aug, 2004 1 commit
  4. 25 Aug, 2004 1 commit
  5. 18 Aug, 2004 1 commit
    • bar@mysql.com's avatar
      Many files: · 1cd108ff
      bar@mysql.com authored
        LIKE crashed mysqld for binary collations in some cases
      1cd108ff
  6. 12 Jun, 2004 1 commit
  7. 11 Jun, 2004 2 commits
  8. 10 Jun, 2004 2 commits
  9. 08 Jun, 2004 1 commit
  10. 25 May, 2004 1 commit
  11. 11 May, 2004 1 commit
  12. 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
  13. 19 Mar, 2004 1 commit
  14. 16 Feb, 2004 2 commits
    • monty@mysql.com's avatar
      Changed wellformedlen to well_formed_len · e9315f98
      monty@mysql.com authored
      Fixed that blobs >16M can be inserted/updated
      Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
      e9315f98
    • monty@mysql.com's avatar
      After merge fixes · f43093ec
      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)
      f43093ec
  15. 06 Feb, 2004 1 commit
  16. 19 Jan, 2004 1 commit
  17. 20 Oct, 2003 1 commit
  18. 19 Sep, 2003 1 commit
  19. 16 Sep, 2003 1 commit
  20. 18 Aug, 2003 2 commits
  21. 23 May, 2003 2 commits
  22. 22 May, 2003 1 commit
  23. 01 Apr, 2003 4 commits
  24. 26 Mar, 2003 1 commit
  25. 14 Mar, 2003 1 commit
  26. 05 Mar, 2003 1 commit
  27. 31 Jan, 2003 2 commits
  28. 30 Jan, 2003 1 commit
  29. 29 Jan, 2003 1 commit
  30. 28 Jan, 2003 1 commit
  31. 17 Jan, 2003 1 commit