1. 12 Jul, 2005 10 commits
  2. 11 Jul, 2005 4 commits
    • unknown's avatar
      Fix for gcc 4.0 (they have removed min/max operators). · 86f46a34
      unknown authored
      
      include/my_global.h:
        Fix for gcc 4.0 (they removed min/max)
      86f46a34
    • unknown's avatar
      cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint"... · c580293e
      unknown authored
      cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" which is undefined on QNX.
      
      
      cmd-line-utils/libedit/chared.c:
        Re-apply vva's fix:
        cmd-line-utils/libedit/chared.c@1.4, 2004-08-31 17:50:59+05:00, vva@eagle.mysql.r18.ru
          discarded using of uint because it's undefined on qnx
      c580293e
    • unknown's avatar
      field_conv.cc: · b18b97aa
      unknown authored
        Identation fix
      
      
      sql/field_conv.cc:
        Identation fix
      b18b97aa
    • unknown's avatar
      field_conv.cc: · dce0304a
      unknown authored
        Bug#11591
        CHAR column with utf8 does not work properly
        (more chars than expected)
        do_cut_string didn't call well_formed_length,
        and copied all data, which was wrong in the
        case of multibyte character set.
      ctype_utf8.result, ctype_utf8.test:
        adding test case
      
      
      sql/field_conv.cc:
        Bug#11591
        CHAR column with utf8 does not work properly
        (more chars than expected)
        do_cut_string didn't call well_formed_length,
        and copied all data, which was wrong in the
        case of multibyte character set.
      mysql-test/t/ctype_utf8.test:
        adding test case
      mysql-test/r/ctype_utf8.result:
        adding test caser
      dce0304a
  3. 08 Jul, 2005 6 commits
  4. 07 Jul, 2005 5 commits
    • unknown's avatar
      Fix crash caused by calling DES_ENCRYPT() without the --des-key-file · 01b66f3f
      unknown authored
      option having been passed to the server. (Bug #11643)
      
      
      sql/des_key_file.cc:
        Split initialization of mutex to new function, and make sure static
        initialization variable is initialized.
      sql/item_strfunc.cc:
        Make sure to initialize mutex before using it
      sql/mysql_priv.h:
        Add init_des_key_file() declaration
      mysql-test/r/func_des_encrypt.result:
        New BitKeeper file ``mysql-test/r/func_des_encrypt.result''
      mysql-test/t/func_des_encrypt.test:
        New BitKeeper file ``mysql-test/t/func_des_encrypt.test''
      BitKeeper/etc/config:
        Disable openlogging
      01b66f3f
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gca · 5b49a4ff
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      
      5b49a4ff
    • unknown's avatar
      mtr_cases.pl: · ce5f68cf
      unknown authored
        Added support for the disabled.def file
      
      
      mysql-test/lib/mtr_cases.pl:
        Added support for the disabled.def file
      ce5f68cf
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug11635/my41-bug11635 · 826b1db2
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      
      826b1db2
    • unknown's avatar
      BUG#11635 mysqldump exports TYPE instead of USING for HASH Cluster indexes · 46d472d6
      unknown authored
        - Change output from SHOW CREATE TABLE to use USING instead of TYPE
      
      
      mysql-test/r/ctype_utf8.result:
        Update test results
      mysql-test/r/show_check.result:
        Update test results
      mysql-test/r/sql_mode.result:
        Update test results
      mysql-test/t/show_check.test:
        Add test for BUG#11635
      sql/sql_show.cc:
        Change TYPE to USING as output from SHOW CREATE TABLE
      46d472d6
  5. 06 Jul, 2005 15 commits