1. 02 Feb, 2005 4 commits
    • 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
      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
  2. 01 Feb, 2005 17 commits
  3. 31 Jan, 2005 18 commits
  4. 30 Jan, 2005 1 commit
    • unknown's avatar
      Bug#7011 · 934fde09
      unknown authored
        Fix replication for multi-update
        new test - rpl_multi_update2
      
      
      sql/mysql_priv.h:
        Bug#7011
          New function mysql_multi_update_lock()
      sql/sql_parse.cc:
        Bug#7011
          New function check_multi_update_lock()
          For multi-update on slave, perform an early open&lock
      sql/sql_update.cc:
        Bug#7011
          Split out multi-update locking into its own function,
            mysql_multi_update_lock()
      934fde09