1. 28 Jun, 2005 5 commits
    • bar@mysql.com's avatar
      ctype_ucs.result, ctype_ucs.test, ctype_utf8.result, ctype_utf8.test: · 46536c3a
      bar@mysql.com authored
        Fixing tests accordingly.
      ctype-ucs2.c:
        The same fix for UCS2.
      ctype-utf8.c:
        Bug #9557
        MyISAM utf8 table crash
        The problem was that my_strnncollsp_xxx could
        return big value in the range 0..0xffff.
        for some constant pairs it could return 32738,
        which is defined as MI_FOUND_WRONG_KEY in
        myisamdef.h. As a result, table considered to
        be crashed. 
        Fix to return -1,0 or 1.
      46536c3a
    • kent@mysql.com's avatar
      Makefile.am: · eaec18bd
      kent@mysql.com authored
        Bug#9873, reenabled --without-man option to work
      eaec18bd
    • kent@mysql.com's avatar
      configure.in: · 7817b69d
      kent@mysql.com authored
        Enable build with CXX=gcc and gcc version 4
      7817b69d
    • kent@mysql.com's avatar
      mysqld.dsp: · fab90ce8
      kent@mysql.com authored
        Corrected quoting of string "pro-nt"
      fab90ce8
    • kent@mysql.com's avatar
      opt_range.cc: · b3a00568
      kent@mysql.com authored
        Added missing `;' to DBUG_RETURN()
      b3a00568
  2. 27 Jun, 2005 9 commits
  3. 24 Jun, 2005 3 commits
  4. 23 Jun, 2005 17 commits
  5. 22 Jun, 2005 6 commits