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). · f7ddb9c6
      unknown authored
      
      include/my_global.h:
        Fix for gcc 4.0 (they removed min/max)
      f7ddb9c6
    • unknown's avatar
      cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint"... · abfa27f7
      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
      abfa27f7
    • unknown's avatar
      field_conv.cc: · 61024c42
      unknown authored
        Identation fix
      
      
      sql/field_conv.cc:
        Identation fix
      61024c42
    • unknown's avatar
      field_conv.cc: · 74e463e6
      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
      74e463e6
  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 · 638a8cc1
      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
      638a8cc1
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gca · 55f48032
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      55f48032
    • unknown's avatar
      mtr_cases.pl: · 4c17e4ba
      unknown authored
        Added support for the disabled.def file
      
      
      mysql-test/lib/mtr_cases.pl:
        Added support for the disabled.def file
      4c17e4ba
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug11635/my41-bug11635 · 25287e1a
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      25287e1a
    • unknown's avatar
      BUG#11635 mysqldump exports TYPE instead of USING for HASH Cluster indexes · 911898c7
      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
      911898c7
  5. 06 Jul, 2005 15 commits