1. 04 Apr, 2008 4 commits
  2. 03 Apr, 2008 11 commits
  3. 02 Apr, 2008 8 commits
  4. 01 Apr, 2008 17 commits
    • unknown's avatar
      Merge five.local.lan:/work/trees/mysql-5.0-build-src-clean · 83c7fe54
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.1-build-src-clean
      
      
      83c7fe54
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-Bug · 74539b07
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.1-build-src-clean
      
      
      74539b07
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.0-Bug · 68bd2e4a
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.0-build-src-clean
      
      
      68bd2e4a
    • unknown's avatar
      Post-merge fixes. · c481f6b3
      unknown authored
      
      sql/share/errmsg.txt:
        Reverting error message to before merge.
      c481f6b3
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776 · 3ff75e24
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-build
      
      
      mysql-test/t/type_blob.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/unireg.h:
        Auto merged
      3ff75e24
    • unknown's avatar
      Test updated. · a9e65840
      unknown authored
      a9e65840
    • unknown's avatar
      Bug#15776: 32-bit signed int used for length of blob · 9efddcf6
      unknown authored
      Based on contributed patch from Martin Friebe, CLA from 2007-02-24.
      
      The parser lacked support for field sizes after signed long,
      when it should extend to 2**32-1.
      
      Now, we correct that limitation, and also make the error handling
      consistent for casts.
      ---
      Fix minor complaints of Marc Alff, for patch against B-g#15776.
      ---
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my51-bug15776
      ---
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my51-bug15776
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-build
      ---
      testing
      
      
      mysql-test/r/type_blob.result:
        Verify that blobs may be created with the size that is already
        documented.
        
        Additionally, test the limits of several other types.
      mysql-test/t/type_blob.test:
        Verify that blobs may be created with the size that is already
        documented.
        
        Additionally, test the limits of several other types.
        ---
        Drop table in case we start from a bad state.
      sql/field.cc:
        atoi() insufficient to gauge the length of some fields.  Change
        it to strtoul().
      sql/item_create.cc:
        atoi() insufficient to gauge the length of some fields.  Change
        it to strtoul().
        
        If a casted length is too long, raise an error.
      sql/share/errmsg.txt:
        Change ER_TOO_BIG_FIELDLENGTH so that it can accept sizes larger
        than 2**15 -- instead, 2**32.
        ---
        Manual merge.
      sql/sql_yacc.yy:
        Make lengths take, in addition to NUM, LONG_NUM, ULONGLONG_NUM,
        and DECIMAL_NUM.
        ---
        yacc/bison is left-recursive, so FIXME statement is wrong.
        ---
        Manual merge and reformatting.
      sql/unireg.h:
        Define new constant.
      9efddcf6
    • unknown's avatar
      Merge dev:my/mysql-5.1-release · 5e2b03ce
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1.24-release
      
      
      5e2b03ce
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · 1c2052fe
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      1c2052fe
    • unknown's avatar
      Fixes to eliminate some race conditions in tests. · f6f23981
      unknown authored
      
      mysql-test/include/master-slave-reset.inc:
        Adding missing waits for slave to start and stop causing test failures.
      mysql-test/suite/rpl/t/rpl_insert.test:
        Waiting for the rows to be inserted instead of relying on the binlog position
        to be updated correctly.
      f6f23981
    • unknown's avatar
      Post merge fix for · 93f2e395
      unknown authored
         ChangeSet@1.2583, 2008-03-31
         Merge five.local.lan:/work/merge/mysql-5.0-Bug
         into  five.local.lan:/work/merge/mysql-5.1-Bug
         Addditional manual fixes will be needed.
         MERGE: 1.1810.3667.16
      
         Which contains
            ChangeSet@1.1810.3667.16, 2008-03-31
            Fix for Bug
              #35335 funcs_1: Some tests fail within load_file during
                              pushbuild runs
         ...
      
      
      mysql-test/std_data/funcs_1/ndb_tb1.txt:
        Rename: mysql-test/suite/funcs_1/data/ndb_tb1.txt -> mysql-test/std_data/funcs_1/ndb_tb1.txt
      mysql-test/std_data/funcs_1/ndb_tb2.txt:
        Rename: mysql-test/suite/funcs_1/data/ndb_tb2.txt -> mysql-test/std_data/funcs_1/ndb_tb2.txt
      mysql-test/std_data/funcs_1/ndb_tb3.txt:
        Rename: mysql-test/suite/funcs_1/data/ndb_tb3.txt -> mysql-test/std_data/funcs_1/ndb_tb3.txt
      mysql-test/std_data/funcs_1/ndb_tb4.txt:
        Rename: mysql-test/suite/funcs_1/data/ndb_tb4.txt -> mysql-test/std_data/funcs_1/ndb_tb4.txt
      93f2e395
    • unknown's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge · 4685004d
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge
      
      
      mysql-test/r/binlog_index.result:
        Manual merge
      4685004d
    • unknown's avatar
      Post-merge fixes. · edcf2742
      unknown authored
      
      mysql-test/r/binlog_index.result:
        Result set change.
      edcf2742
    • unknown's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge · a18647df
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge
      
      
      sql/share/errmsg.txt:
        Manual merge
      a18647df
    • unknown's avatar
      Portability fix · 24ff5760
      unknown authored
      
      sql/set_var.cc:
        Unbreak REPORT_PORT on big endian machines where sizeof long != sizeof int.
      24ff5760
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1 · c2249b8a
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge
      
      
      c2249b8a
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.0 · e5387613
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge
      
      
      sql/share/errmsg.txt:
        Manual merge.
      e5387613