1. 11 Apr, 2008 1 commit
  2. 10 Apr, 2008 9 commits
  3. 09 Apr, 2008 7 commits
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my51-bug15776 · f7c44ce0
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776-encore/my51-bug15776-encore
      
      
      sql/field.cc:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/unireg.h:
        Auto merged
      mysql-test/r/type_blob.result:
        manual merge.
      mysql-test/t/type_blob.test:
        manual merge.
      sql/sql_yacc.yy:
        merge by hand.
      f7c44ce0
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776 · 0aa586c9
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my51-bug15776
      
      
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/t/type_blob.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/unireg.h:
        Auto merged
      0aa586c9
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776 · cb420d60
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776-encore/my50-bug15776-encore
      
      
      sql/field.cc:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/unireg.h:
        Auto merged
      mysql-test/r/type_blob.result:
        manual merge.
      mysql-test/t/type_blob.test:
        manual merge.
      cb420d60
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776 · 2a999890
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-build
      
      
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/t/type_blob.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/unireg.h:
        Auto merged
      2a999890
    • unknown's avatar
      Follow-up to B-g#15776, test failures on 64-bit linux. · 777ea051
      unknown authored
      Make maximum blob size to be 2**32-1, regardless of word size.
      
      Fix failure of timestamp with size of 2**31-1.  The method of
      rounding up to the nearest even number would overflow.
      
      
      mysql-test/r/type_blob.result:
        2**32-1 is not a special case for timestamp.
        
        Test 2**32-1 and 2**64 as the reliable test points for both 32-
        and 64-bit machines.  I'd like to test 2**32, but that would make 
        tests that vary between architectures.
        
        I'd like to generalize the tests by pulling the max blob size from
        the server, and then "eval"ing N-1, N, and N+1 instead of all these
        literal numbers, but I have not found a way to get UINT_MAX.
      mysql-test/t/type_blob.test:
        2**32-1 is not a special case for timestamp.
        
        Test 2**32-1 and 2**64 as the reliable test points for both 32-
        and 64-bit machines.  I'd like to test 2**32, but that would make 
        tests that vary between architectures.
        
        I'd like to generalize the tests by pulling the max blob size from
        the server, and then "eval"ing N-1, N, and N+1 instead of all these
        literal numbers, but I have not found a way to get UINT_MAX.
      sql/field.cc:
        Fix a bug where the round-to-even code for TIMESTAMP fields
        failed where the size would overflow the size to zero and then
        fail.
        
        Also, since we silently truncate the size of TIMESTAMP fields, set
        the maximum size we report is allowable to be the largest parsable
        number.
      sql/unireg.h:
        Make BLOB size the maximum that the packed value in 
        field_blob::get_length() allows.
      777ea051
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-funcs_1 · 87035162
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.1-build-src-clean
      
      87035162
    • unknown's avatar
      Additional tests inspired by Bug · 2c41ce2c
      unknown authored
         #12713 Error in a stored function called from a
                SELECT doesn't cause ROLLBACK of statem
      
      
      mysql-test/r/func_rollback.result:
        Expected results
      mysql-test/t/func_rollback.test:
        New test
      2c41ce2c
  4. 05 Apr, 2008 2 commits
  5. 04 Apr, 2008 13 commits
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 98df163f
      unknown authored
      into  trift2.:/MySQL/M51/tmp-5.1
      
      98df163f
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · 927d993c
      unknown authored
      into  trift2.:/MySQL/M51/tmp-5.1
      
      Null merge - changes specific to 5.1.24-rc are superseded by better ones done in parallel.
      
      
      mysql-test/suite/funcs_1/r/innodb_storedproc_02.result:
        Null merge.
      mysql-test/suite/funcs_1/r/innodb_trig_03e.result:
        Null merge.
      mysql-test/suite/funcs_1/r/memory_storedproc_02.result:
        Null merge.
      mysql-test/suite/funcs_1/r/memory_trig_03e.result:
        Null merge.
      mysql-test/suite/funcs_1/r/myisam_storedproc_02.result:
        Null merge.
      mysql-test/suite/funcs_1/r/myisam_trig_03e.result:
        Null merge.
      mysql-test/suite/funcs_1/r/ndb_storedproc_02.result:
        Null merge.
      mysql-test/suite/funcs_1/r/ndb_trig_03e.result:
        Null merge.
      mysql-test/suite/funcs_1/storedproc/storedproc_02.inc:
        Null merge.
      mysql-test/suite/funcs_1/storedproc/storedproc_master.inc:
        Null merge.
      mysql-test/suite/funcs_1/r/innodb_storedproc.result:
        Null merge - changes specific to 5.1.24-rc are superseded by better ones done in parallel.
      mysql-test/suite/funcs_1/r/memory_storedproc.result:
        Null merge - changes specific to 5.1.24-rc are superseded by better ones done in parallel.
      mysql-test/suite/funcs_1/r/myisam_storedproc.result:
        Null merge - changes specific to 5.1.24-rc are superseded by better ones done in parallel.
      mysql-test/suite/funcs_1/r/ndb_storedproc.result:
        Null merge - changes specific to 5.1.24-rc are superseded by better ones done in parallel.
      927d993c
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · 5cc765c4
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      5cc765c4
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · 9d3d99ef
      unknown authored
      into  trift2.:/MySQL/M51/tmp-5.1
      
      9d3d99ef
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-funcs_1 · f809a857
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.1-build-src-clean
      
      
      mysql-test/Makefile.am:
        Auto merged
      f809a857
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.0-funcs_1 · f2ea54a0
      unknown authored
      into  five.local.lan:/work/merge/mysql-5.1-funcs_1
      
      
      mysql-test/Makefile.am:
        Fix of Makefile.am has happened by Changeset of Joerg
      f2ea54a0
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.0-funcs_1 · 0dbbcb51
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.0-build-src-clean
      
      0dbbcb51
    • unknown's avatar
      Backport of fix made in 5.1 to 5.0 · ad42f502
      unknown authored
      mysql-test/Makefile.am   :    Fix a copy-paste error ...
      
      
      mysql-test/Makefile.am:
        Correct the variables used for target directory
        of copy action.
      ad42f502
    • unknown's avatar
      Merge five.local.lan:/work/trees/mysql-5.0-build-src-clean · 61d7bc0e
      unknown authored
      into  five.local.lan:/work/merge/mysql-5.0-build
      
      61d7bc0e
    • unknown's avatar
      Merge five.local.lan:/work/trees/mysql-5.1-build-src-clean · 3d2c23d0
      unknown authored
      into  five.local.lan:/work/merge/mysql-5.1-build
      
      3d2c23d0
    • unknown's avatar
      mysql-test/Makefile.am : Fix a copy-paste error ... · cf682834
      unknown authored
      
      mysql-test/Makefile.am:
        Fix a copy-paste error ...
        In this place, "$(distdir)" expands to empty, resulting in absolute "/std_data/funcs_1"
      cf682834
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 6a3e439b
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      mysql-test/suite/rpl/r/rpl_packet.result:
        Auto merged
      mysql-test/suite/rpl/t/rpl_packet.test:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      6a3e439b
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 1a201d06
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      sql/share/errmsg.txt:
        Auto merged
      1a201d06
  6. 03 Apr, 2008 8 commits