1. 03 Mar, 2006 13 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · e6b31ace
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      e6b31ace
    • unknown's avatar
      Windows fixes · bb60631b
      unknown authored
       - Use pipes "|"
       - Improved system command, create a temporary .sh faile that is executed  with cygwins sh(bash)
         This makes the Windows version behave exactly as the Lunix version(well almost...) 
       - Give unix path to DBUG, trace files is no produced if running ./mysql-test-run.pl --debug"
      
      
      client/mysqltest.c:
        Add new function "my_system" that run the <command> a she script using cygwin bash on windows.
      mysql-test/lib/mtr_misc.pl:
        Return all paths to executables in windows format "c:\src\.." when run on windows.
        This makes it possible to use the pipes "|" to pipöe the output form exeample "mysqlbinlog" into "mysql"
      mysql-test/mysql-test-run.pl:
        DBUG want's a unix format strings for where it should put the tracefile(don't ask me why but it works)
        Just chop of the first "c:" from the "c:/src/.." string and DBUG will be happy
      bb60631b
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9f2d21f6
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      9f2d21f6
    • unknown's avatar
      Merge mysql.com:/home/gluh/MySQL/Merge/mysql-5.0-release · 3443a37d
      unknown authored
      into mysql.com:/home/gluh/MySQL/Merge/5.0
      
      
      mysql-test/r/binary.result:
        Auto merged
      mysql-test/t/binary.test:
        Auto merged
      sql/field_conv.cc:
        Auto merged
      3443a37d
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.1 · 38af49e6
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      sql/hostname.cc:
        Auto merged
      38af49e6
    • unknown's avatar
      Fix for bug#17826 'type_decimal' fails with ps-protocol · 500d6b85
      unknown authored
       removed unnecessary calculation of cache value 
       otherwise Join::preapre tries to calculate 
       undefined values(filed values)
      
      
      mysql-test/r/type_decimal.result:
        Fix for bug#17826 'type_decimal' fails with ps-protocol
         test case, this test case reproduce the same bug but without PS protocol
      mysql-test/t/type_decimal.test:
        Fix for bug#17826 'type_decimal' fails with ps-protocol
         test case, this test case reproduce the same bug but without PS protocol
      500d6b85
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · d9592137
      unknown authored
      into  mysql.com:/usr/home/ram/work/5.0.b17615
      
      
      mysql-test/r/sp.result:
        merging
      mysql-test/t/sp.test:
        merging
      d9592137
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · a63df041
      unknown authored
      into  mysql.com:/usr/home/ram/work/4.1.b13659
      
      
      a63df041
    • unknown's avatar
      mysql.spec.sh: · a91d0afd
      unknown authored
        Don't create empty embedded RPM, bug#15769
      
      
      support-files/mysql.spec.sh:
        Don't create empty embedded RPM, bug#15769
      a91d0afd
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-release · e7227bb0
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
      
      
      e7227bb0
    • unknown's avatar
      Expanding a binary field should result in 0x00-filled positions, not 0x20 · 25b3bb8b
      unknown authored
      (ASCII space).  For Bug#16857.
      
      
      sql/field_conv.cc:
        Bug#16857:  Do not expand BINARY fields as if they are strings (which 
        presumably /should/ be filled with spaces).  Instead, fill BINARY fields
        with 0x00 bytes.
      25b3bb8b
    • unknown's avatar
      Makefile.am: · a74939e2
      unknown authored
        Use libtool convenience lib, to access get_password object correctly, bug#17155
      
      
      server-tools/instance-manager/Makefile.am:
        Use libtool convenience lib, to access get_password object correctly, bug#17155
      a74939e2
    • unknown's avatar
      Expanding a binary field should result in 0x00-filled positions, not 0x20 · e2ba74b8
      unknown authored
      (ASCII space).  For Bug#16857.
      
      
      sql/field_conv.cc:
        Bug#16857:  Do not expand BINARY fields as if they are strings (which 
        presumably /should/ be filled with spaces).  Instead, fill BINARY fields
        with 0x00 bytes.
      e2ba74b8
  2. 02 Mar, 2006 26 commits
  3. 01 Mar, 2006 1 commit