1. 02 Feb, 2005 16 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1 · 7116beb9
      unknown authored
      
      Build-tools/Bootstrap:
        Auto merged
      7116beb9
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4c253be8
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      4c253be8
    • unknown's avatar
      - typo fix... · d4ac4cb1
      unknown authored
      d4ac4cb1
    • unknown's avatar
      Fix merge of func_str tests (accidently duplicated a test). · 8ecae2e6
      unknown authored
      
      mysql-test/t/func_str.test:
        Remove duplicated test that crept in during merge
      mysql-test/r/func_str.result:
        Update results
      8ecae2e6
    • unknown's avatar
      Merge fixes for #8248, #5569. · 33e74b14
      unknown authored
      
      mysql-test/r/func_str.result:
        Update results
      mysql-test/t/func_str.test:
        Merge test
      sql/item_strfunc.cc:
        Set charset on output string
      sql/item_strfunc.h:
        Merge
      sql/sql_parse.cc:
        Merge
      vio/viosocket.c:
        Merge
      33e74b14
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-8207 · 6b6e5d4a
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      6b6e5d4a
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · fb950497
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      fb950497
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · ecac023c
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      ecac023c
    • unknown's avatar
      Small Do-compile improvements: · d2784c98
      unknown authored
      - added Option "--comment" to be able to override the default compilation comment
      - improved the abort subroutine to not rely on an external "tail" command (the
        default /usr/bin/tail on Solaris does not understand the "-n" notation).
        Get rid of a "useless use of cat" case in the process.
      
      
      Build-tools/Do-compile:
        - added Option "--comment" to be able to override the default compilation comment
        - improved the abort subroutine to not rely on an external "tail" command (the
          default /usr/bin/tail on Solaris does not understand the "-n" notation).
          Get rid of a "useless use of cat" case in the process.
      d2784c98
    • unknown's avatar
      configure.in · c83412f7
      unknown authored
          don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore
      sql/mysqld.cc
          hide from the user options that do nothing
      sql/sql_update.cc
          better fix for uninitialized used_index
      
      
      configure.in:
        don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore
      sql/mysqld.cc:
        hide from the user options that do nothing
      sql/sql_update.cc:
        better fix for uninitialized used_index
      c83412f7
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · f2296958
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      f2296958
    • unknown's avatar
      func_str.result, func_str.test: · 4c76152b
      unknown authored
        Added a test case for bug #7751.
      item_strfunc.cc:
        Fixed bug #7751.
        The function Item_func_conv::val_str did not update
        the unsigned_flag value.
      
      
      sql/item_strfunc.cc:
        Fixed bug #7751.
        The function Item_func_conv::val_str did not update
        the unsigned_flag value.
      mysql-test/t/func_str.test:
        Added a test case for bug #7751.
      mysql-test/r/func_str.result:
        Added a test case for bug #7751.
      4c76152b
    • unknown's avatar
      ndb - backup fix, found on powermacg4 · 1a2ef2be
      unknown authored
      
      ndb/src/kernel/blocks/backup/Backup.cpp:
        index typo overwrote attribute array, found on powermacg4
      1a2ef2be
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.0-clean · 22f839cd
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-8248
      
      
      22f839cd
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0 · 327537b4
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-clean
      
      
      327537b4
    • unknown's avatar
      Fix QUOTE() to not reuse the input field for output, which resulted in · 6d0d03da
      unknown authored
      incorrect results when the input was a constant across a multi-row SELECT
      statement. (Bug #8248)
      
      
      sql/item_strfunc.h:
        Add tmp_value member
      sql/item_strfunc.cc:
        Always allocate a new string for QUOTE(), in case the field is being reused
        for multiple rows.
      mysql-test/t/func_str.test:
        Add regression test
      mysql-test/r/func_str.result:
        Add test results
      6d0d03da
  2. 01 Feb, 2005 20 commits
  3. 31 Jan, 2005 4 commits