An error occurred fetching the project authors.
  1. 08 Apr, 2005 1 commit
  2. 29 Mar, 2005 2 commits
  3. 21 Feb, 2005 1 commit
  4. 01 Feb, 2005 1 commit
  5. 13 Jan, 2005 1 commit
  6. 24 Nov, 2004 1 commit
  7. 23 Oct, 2004 1 commit
    • bar@mysql.com's avatar
      ctype-utf8.c: · 59571ecf
      bar@mysql.com authored
        Char is unsigned by defeault on some platforms. Cast t to a signed type.
      59571ecf
  8. 21 Oct, 2004 1 commit
  9. 20 Oct, 2004 1 commit
    • bar@mysql.com's avatar
      ctype-utf8.c: · ed2a655a
      bar@mysql.com authored
        A faster UTF8 null-terminated string implementation.
        It is used for identifier comparison, so it's quite critical.
      ed2a655a
  10. 18 Oct, 2004 1 commit
  11. 14 Oct, 2004 1 commit
  12. 25 Sep, 2004 1 commit
  13. 30 Aug, 2004 1 commit
  14. 25 Aug, 2004 1 commit
  15. 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
  16. 14 Jun, 2004 1 commit
  17. 12 Jun, 2004 1 commit
  18. 11 Jun, 2004 2 commits
  19. 10 Jun, 2004 2 commits
  20. 08 Jun, 2004 1 commit
  21. 07 Jun, 2004 1 commit
  22. 25 May, 2004 1 commit
  23. 26 Mar, 2004 1 commit
  24. 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
  25. 19 Mar, 2004 1 commit
  26. 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
  27. 06 Feb, 2004 1 commit
  28. 19 Jan, 2004 1 commit
  29. 20 Oct, 2003 1 commit
  30. 19 Sep, 2003 1 commit
  31. 16 Sep, 2003 1 commit
  32. 18 Aug, 2003 1 commit
  33. 17 Jul, 2003 1 commit
  34. 15 Jun, 2003 1 commit
  35. 23 May, 2003 2 commits