An error occurred fetching the project authors.
  1. 13 Oct, 2005 1 commit
  2. 21 Sep, 2005 1 commit
    • bar@mysql.com's avatar
      Bug#13046: LIKE pattern matching using prefix · d870612a
      bar@mysql.com authored
                   index doesn't return correct result
      item_cmpfunc.cc:
        Use charset of LIKE to decide whether
        to use 8bit or Unicode "escape" value.
        But use charset of "escape" to scan escape character.
      strings/ctype-xxx.c:
        We cannot reduce "end" pointer using charpos(),
        because of possible escape characters in the string.
        Limit the loop using count of written characters instead.
      ctype_like_escape.inc:
        new file
      mysql-test/t/ctype_xxx:
      mysql-test/r/ctype_xxx:
        Adding test case.
      d870612a
  3. 17 Aug, 2005 1 commit
    • elliot@mysql.com's avatar
      BUG#11338 (logging of prepared statement w/ blob type) · 19778260
      elliot@mysql.com authored
      In cp932, '\' character can be the second byte in a 
      multi-byte character stream. This makes it difficult to use
      mysql_escape_string. Added flag to indicate which languages allow
      '\' as second byte of multibyte sequence so that when putting a prepared
      statement into the binlog we can decide at runtime whether hex encoding
      is really needed.
      19778260
  4. 01 Feb, 2005 1 commit
  5. 13 Jan, 2005 1 commit
  6. 16 Nov, 2004 1 commit
  7. 15 Nov, 2004 1 commit
  8. 25 Sep, 2004 1 commit
  9. 25 Aug, 2004 1 commit
  10. 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
  11. 12 Jun, 2004 1 commit
  12. 11 Jun, 2004 1 commit
  13. 10 Jun, 2004 2 commits
  14. 08 Jun, 2004 1 commit
  15. 03 Jun, 2004 1 commit
  16. 25 May, 2004 1 commit
  17. 24 May, 2004 1 commit
  18. 19 May, 2004 1 commit
  19. 29 Mar, 2004 1 commit
  20. 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
  21. 19 Mar, 2004 1 commit
  22. 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
  23. 06 Feb, 2004 1 commit
  24. 04 Feb, 2004 1 commit
  25. 03 Feb, 2004 1 commit
  26. 19 Jan, 2004 1 commit
  27. 25 Dec, 2003 1 commit
  28. 14 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) · d47deebb
      monty@mysql.com authored
      Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
      Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
      One can now configure MySQL as windows service as a normal user. (Bug #1802)
      Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
      IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
      Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983)
      Safety fix for service 'mysql start' (Bug #1815)
      d47deebb
  29. 20 Nov, 2003 1 commit
  30. 20 Oct, 2003 1 commit
  31. 19 Sep, 2003 1 commit
  32. 16 Sep, 2003 1 commit
  33. 12 Sep, 2003 1 commit
  34. 21 Aug, 2003 1 commit
  35. 18 Aug, 2003 1 commit
  36. 23 May, 2003 2 commits
  37. 22 May, 2003 1 commit