1. 02 Feb, 2005 10 commits
    • unknown's avatar
      Merge fixes for #8248, #5569. · ae387d0d
      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
      ae387d0d
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-8207 · f7f57856
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      f7f57856
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 7d8bc45a
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      7d8bc45a
    • unknown's avatar
      configure.in · f5da3a6b
      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
      f5da3a6b
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · eee06c84
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      eee06c84
    • unknown's avatar
      func_str.result, func_str.test: · 3066c662
      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.
      3066c662
    • unknown's avatar
      ndb - backup fix, found on powermacg4 · 099e82a6
      unknown authored
      
      ndb/src/kernel/blocks/backup/Backup.cpp:
        index typo overwrote attribute array, found on powermacg4
      099e82a6
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.0-clean · 87eae831
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-8248
      
      87eae831
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0 · 9fb1f5b6
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-clean
      
      9fb1f5b6
    • unknown's avatar
      Fix QUOTE() to not reuse the input field for output, which resulted in · bbcf02ca
      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
      bbcf02ca
  2. 01 Feb, 2005 20 commits
  3. 31 Jan, 2005 10 commits