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 · 7cce56b2
      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.
      7cce56b2
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776 · 4a77e833
      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
      4a77e833
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776 · e2420997
      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.
      e2420997
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776 · a16a72b6
      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
      a16a72b6
    • unknown's avatar
      Follow-up to B-g#15776, test failures on 64-bit linux. · 2bc7179d
      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.
      2bc7179d
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-funcs_1 · ffb16fe7
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.1-build-src-clean
      
      
      ffb16fe7
    • unknown's avatar
      Additional tests inspired by Bug · 9fd682e6
      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
      9fd682e6
  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 · 598110ca
      unknown authored
      into  trift2.:/MySQL/M51/tmp-5.1
      
      
      598110ca
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · d6831345
      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.
      d6831345
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · 32804a36
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      32804a36
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · b020868d
      unknown authored
      into  trift2.:/MySQL/M51/tmp-5.1
      
      
      b020868d
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-funcs_1 · 9492350a
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.1-build-src-clean
      
      
      mysql-test/Makefile.am:
        Auto merged
      9492350a
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.0-funcs_1 · b71bb3f6
      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
      b71bb3f6
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.0-funcs_1 · f89f3c80
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.0-build-src-clean
      
      
      f89f3c80
    • unknown's avatar
      Backport of fix made in 5.1 to 5.0 · 1daeb665
      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.
      1daeb665
    • unknown's avatar
      Merge five.local.lan:/work/trees/mysql-5.0-build-src-clean · e6523d76
      unknown authored
      into  five.local.lan:/work/merge/mysql-5.0-build
      
      
      e6523d76
    • unknown's avatar
      Merge five.local.lan:/work/trees/mysql-5.1-build-src-clean · bbfb6f3a
      unknown authored
      into  five.local.lan:/work/merge/mysql-5.1-build
      
      
      bbfb6f3a
    • unknown's avatar
      mysql-test/Makefile.am : Fix a copy-paste error ... · d75f5765
      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"
      d75f5765
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 1ebd9ad6
      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
      1ebd9ad6
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 50e5c619
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      sql/share/errmsg.txt:
        Auto merged
      50e5c619
  6. 03 Apr, 2008 8 commits