1. 08 Jul, 2005 4 commits
    • unknown's avatar
      Merge igor-inspiron.creware.com:/home/igor/mysql-5.0 · b24aa065
      unknown authored
      into igor-inspiron.creware.com:/home/igor/dev/mysql-5.0-0
      
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      b24aa065
    • unknown's avatar
      ctype_utf8.test: · 47c921e3
      unknown authored
        Added a test case for bug #11484.
      hp_hash.c:
        Fixed bug #11484.
        This bug in the function hp_rec_key_cmp resulted in wrong
        comparison of varchar multibyte keys if the bytes after 
        string values happened to be different. This caused wrong
        results for queries returning DISTINCT varchar fields in
        multibyte charsets (e.g. in utf8).
      
      
      heap/hp_hash.c:
        Fixed bug #11484.
        This bug in the function hp_rec_key_cmp resulted in wrong
        comparison of varchar multibyte keys if the bytes after 
        string values happened to be different. This caused wrong
        results for queries returning DISTINCT varchar fields in
        multibyte charsets (e.g. in utf8).
      mysql-test/t/ctype_utf8.test:
        Added a test case for bug #11484.
      47c921e3
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-5.0-release · 47e50b0a
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      47e50b0a
    • unknown's avatar
      a fix (bug #11809: ps_1general.test fails on QNX). · 2d4e858a
      unknown authored
      
      mysql-test/r/ps_1general.result:
        a fix (bug #11809: ps_1general.test fails on QNX).
        replace Max_data_length column value with '#' as well
      mysql-test/t/ps_1general.test:
        a fix (bug #11809: ps_1general.test fails on QNX).
        replace Max_data_length column value with '#' as well
      2d4e858a
  2. 07 Jul, 2005 18 commits
  3. 06 Jul, 2005 18 commits
    • unknown's avatar
      Merge jwinstead@production.mysql.com:my/mysql-5.0-11045 · 8a23dd86
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      VC++Files/sql/mysqld.dsp:
        Auto merged
      sql/ha_federated.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      sql/item_strfunc.cc:
        SCCS merged
      8a23dd86
    • unknown's avatar
      Merge · 376a50e6
      unknown authored
      376a50e6
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · abe951ab
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
      
      
      abe951ab
    • unknown's avatar
      mtr_misc.pl: · 0f063423
      unknown authored
        Corrected appending of .exe to Windows executables
        Don't alter read only @_ in foreach loop
      mysql-test-run.pl:
        Improved cleanup of binlogs
        Use separate log file for second master
        Corrected Windows paths to executables
      
      
      mysql-test/mysql-test-run.pl:
        Improved cleanup of binlogs
        Use separate log file for second master
        Corrected Windows paths to executables
      mysql-test/lib/mtr_misc.pl:
        Corrected appending of .exe to Windows executables
        Don't alter read only @_ in foreach loop
      0f063423
    • unknown's avatar
      Look in the directory above the executable for the my.cnf/ini, on Windows, as · 348dfd41
      unknown authored
      the new installer and GUI tools expect. (Bug #10419) Also, dynamically bind to
      GetSystemWindowsDirectory() so that it works on all platforms. (Bug #5354)
      
      
      mysys/default.c:
        Dynamically bind to GetSystemWindowsDirectory() or emulate it, and also look
        in directory above the executable to find my.cnf/ini on Windows.
      348dfd41
    • unknown's avatar
      Merge igor-inspiron.creware.com:/home/igor/mysql-5.0 · ef4290d5
      unknown authored
      into igor-inspiron.creware.com:/home/igor/dev/mysql-5.0-0
      
      
      ef4290d5
    • unknown's avatar
      view.result, view.test: · 39968552
      unknown authored
        Added a test case for bug #6120.
      sql_view.cc:
        Fixed bug #6120.
        The SP cache must be invalidated when a view is altered.
      
      
      sql/sql_view.cc:
        Fixed bug #6120.
        The SP cache must be invalidated when a view is altered.
      mysql-test/t/view.test:
        Added a test case for bug #6120.
      mysql-test/r/view.result:
        Added a test case for bug #6120.
      39968552
    • unknown's avatar
      Merge · f3a84063
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      f3a84063
    • unknown's avatar
      mysql-test-run.pl: · b5081acd
      unknown authored
        Handle case where SHELL isn't set in Cygwin
      mysql_client_test.dsp:
        Put output into the "client_debug" and "client_release" directories
      
      
      VC++Files/tests/mysql_client_test.dsp:
        Put output into the "client_debug" and "client_release" directories
      mysql-test/mysql-test-run.pl:
        Handle case where SHELL isn't set in Cygwin
      b5081acd
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · f50ca560
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
      
      
      mysql-test/r/func_str.result:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      f50ca560
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 903e4040
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-4.1
      
      
      903e4040
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7f0667c6
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      7f0667c6
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0 · a20b8753
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      
      a20b8753
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0.9-clone · 86ba3511
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      
      86ba3511
    • unknown's avatar
      - manual merge of the make_binary_distribution.sh ChangeSet propagation · 89cefd36
      unknown authored
      
      scripts/make_binary_distribution.sh:
        - manual merge
      89cefd36
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 21ca7e7c
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-4.1
      
      
      21ca7e7c
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0-build · 81c31e3b
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      81c31e3b
    • unknown's avatar
      - backported a change for make_binary_distribution.sh from 5.0 for easier building of · 2a04d155
      unknown authored
        all versions: added an option "--machine" that allows to override the autodetected
        architecture string (e.g. "i386") that becomes part of the binary package name with 
        a different one
      - moved the removal of the BASE directory to the end of the make_binary_distribution
        script
      
      
      scripts/make_binary_distribution.sh:
        - backported and fixed a change from 5.0 for easier building of all versions: added an
          option "--machine" that allows to override the autodetected architecture string 
          (e.g. "i386") that becomes part of the binary package name with a different one
        - moved the removal of the BASE directory to the end of the script
      2a04d155