1. 03 Mar, 2006 13 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 4da9c62e
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      4da9c62e
    • unknown's avatar
      Windows fixes · 34de5eaf
      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
      34de5eaf
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 42d6bfa8
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      42d6bfa8
    • unknown's avatar
      Merge mysql.com:/home/gluh/MySQL/Merge/mysql-5.0-release · da2a5f89
      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
      da2a5f89
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.1 · 120258bb
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      sql/hostname.cc:
        Auto merged
      120258bb
    • unknown's avatar
      Fix for bug#17826 'type_decimal' fails with ps-protocol · 4bdb560f
      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
      4bdb560f
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8c0065e3
      unknown authored
      into  mysql.com:/usr/home/ram/work/5.0.b17615
      
      
      mysql-test/r/sp.result:
        merging
      mysql-test/t/sp.test:
        merging
      8c0065e3
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d2053719
      unknown authored
      into  mysql.com:/usr/home/ram/work/4.1.b13659
      
      d2053719
    • unknown's avatar
      mysql.spec.sh: · 8aa3924d
      unknown authored
        Don't create empty embedded RPM, bug#15769
      
      
      support-files/mysql.spec.sh:
        Don't create empty embedded RPM, bug#15769
      8aa3924d
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-release · e5539e20
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
      
      e5539e20
    • unknown's avatar
      Expanding a binary field should result in 0x00-filled positions, not 0x20 · edbea609
      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.
      edbea609
    • unknown's avatar
      Makefile.am: · 421d0c2d
      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
      421d0c2d
    • unknown's avatar
      Expanding a binary field should result in 0x00-filled positions, not 0x20 · 38e47d49
      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.
      38e47d49
  2. 02 Mar, 2006 26 commits
  3. 01 Mar, 2006 1 commit