1. 15 Feb, 2006 1 commit
  2. 14 Feb, 2006 11 commits
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · b8ca5f04
      unknown authored
      into moonbone.local:/work/16272-bug-5.0-mysql
      
      b8ca5f04
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug17233/my50-bug17233 · 6cf8b2ed
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      6cf8b2ed
    • unknown's avatar
      Enable ndb_load test case · bf1ea017
      unknown authored
      
      mysql-test/t/disabled.def:
        Enable test case
      bf1ea017
    • unknown's avatar
      Change from std_data to std_data_ln · 21bc5a2b
      unknown authored
      21bc5a2b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 9f5fd5ea
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      9f5fd5ea
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug17280/my50-bug17280 · da7d1f5c
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      da7d1f5c
    • unknown's avatar
      Fixed bug#16272: IF function with decimal args can produce wrong result · d77db0d8
      unknown authored
      The Item_func_if::fix_length_and_dec() function when calculating length of 
      result doesn't take into account unsigned_flag. But it is taken when 
      calculating length of temporary field. This result in creating field that 
      shorter than needed. Due to this, in the reported query 40.0 converted to 9.99.
      
      The function Item_func_if::fix_length_and_dec() now adds 1 to the max_length if 
      the unsigned_flag isn't set.
      
      
      sql/item_cmpfunc.cc:
        Fixed bug#16272: IF function with decimal args can produce wrong result
        The function Item_func_if::fix_length_and_dec() now adds 1 to the max_length if 
        the unsigned_flag isn't set.
      mysql-test/r/func_if.result:
        Added test case for bug#16272: IF function with decimal args can produce wrong result
      mysql-test/t/func_if.test:
        Added test case for bug#16272: IF function with decimal args can produce wrong result
      d77db0d8
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3e43c365
      unknown authored
      into moonbone.local:/work/16752-bug-5.0-mysql
      
      
      sql/sql_select.cc:
        Auto merged
      3e43c365
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 6305009a
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      6305009a
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8ab48d88
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0.cs_fs
      
      
      sql/set_var.cc:
        Auto merged
      8ab48d88
    • unknown's avatar
      Many files: · 0147958a
      unknown authored
        Backporting character_set_filesystem from 5.0 to 5.1.
      
      
      sql/mysqld.cc:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/set_var.cc:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/set_var.h:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/sql_class.cc:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/sql_class.h:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/sql_yacc.yy:
        Backporting character_set_filesystem from 5.0 to 5.1.
      mysql-test/t/variables.test:
        Backporting character_set_filesystem from 5.0 to 5.1.
      mysql-test/r/variables.result:
        Backporting character_set_filesystem from 5.0 to 5.1.
      0147958a
  3. 13 Feb, 2006 10 commits
  4. 12 Feb, 2006 4 commits
    • unknown's avatar
      Merge · 50402678
      unknown authored
      
      mysql-test/lib/mtr_cases.pl:
        Auto merged
      mysql-test/lib/mtr_process.pl:
        Auto merged
      mysql-test/lib/mtr_report.pl:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/spatial.cc:
        Auto merged
      50402678
    • unknown's avatar
      spatial.cc: · 7891eb76
      unknown authored
        Added { ... } around float8get() macro, avoids VC7 error
        message "illegal else without matching if"
      mtr_report.pl:
        Parse error logs to create "warnings" file
      mtr_cases.pl:
        Added optoion --ignore-disabled-def
        Windows build now let TZ pass, removed
        work around
      mysql-test-run.pl, mtr_process.pl:
        Back port of changes from 5.0
      
      
      mysql-test/lib/mtr_process.pl:
        Back port of changes from 5.0
      mysql-test/mysql-test-run.pl:
        Back port of changes from 5.0
      mysql-test/lib/mtr_cases.pl:
        Added optoion --ignore-disabled-def
        Windows build now let TZ pass, removed
        work around
      mysql-test/lib/mtr_report.pl:
        Parse error logs to create "warnings" file
      sql/spatial.cc:
        Added { ... } around float8get() macro, avoids VC7 error
        message "illegal else without matching if"
      7891eb76
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0 · ce064194
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      ce064194
    • unknown's avatar
      make_binary_distribution.sh: · 523bc629
      unknown authored
        print => echo in shell script
      
      
      scripts/make_binary_distribution.sh:
        print => echo in shell script
      523bc629
  5. 11 Feb, 2006 5 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · d86a6a3b
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-4.1-fixrace
      
      d86a6a3b
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-4.1-fixrace · 1a84e1f6
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.0
      
      
      mysql-test/lib/mtr_process.pl:
        Auto merged
      1a84e1f6
    • unknown's avatar
      Merge · 0682aca3
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      0682aca3
    • unknown's avatar
      mysql-test-run.{pl,sh}: · c61c8077
      unknown authored
        Give space for second and third slave port
      
      
      mysql-test/mysql-test-run.pl:
        Give space for second and third slave port
        Define shell variables for all ports, and
        list these at startup
      mysql-test/mysql-test-run.sh:
        Give space for second and third slave port
      c61c8077
    • unknown's avatar
      Fix a race on some platforms in mysql-test-run.pl, where it would sometimes · 544b33c8
      unknown authored
      errorneously abort reporting failure to kill child processes, where in
      reality the problem was merely that the child had become a zombie because
      of missing waitpid() call.
      
      
      mysql-test/lib/mtr_process.pl:
        Fix race (on some platforms) when killing processes.
      544b33c8
  6. 10 Feb, 2006 9 commits
    • unknown's avatar
      mysql-test-run.pl: · 7596280f
      unknown authored
        Display instance manager port
      mysql-test-run.sh:
        Give port space for more than one slave
      
      
      mysql-test/mysql-test-run.sh:
        Give port space for more than one slave
      mysql-test/mysql-test-run.pl:
        Display instance manager port
      7596280f
    • unknown's avatar
      Merge · c0098d40
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Rearranged the port numbers to fit into the range
      c0098d40
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 37b7547c
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      37b7547c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 83ef7583
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      83ef7583
    • unknown's avatar
      support-files/mysql.spec.sh : Manual merge: new "-i" in "make -i test-force", changelog. · 72419164
      unknown authored
      
      support-files/mysql.spec.sh:
        Manual merge: new "-i" in "make -i test-force", changelog.
      72419164
    • unknown's avatar
      manual merge · c4f6b802
      unknown authored
      c4f6b802
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · f0b4ef96
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      f0b4ef96
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 · a30863e6
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      sql/ha_ndbcluster.h:
        Auto merged
      mysql-test/r/ndb_basic.result:
        manual merge
      mysql-test/t/ndb_basic.test:
        manual merge
      sql/ha_ndbcluster.cc:
        manual merge
      a30863e6
    • unknown's avatar
      Bug #17249 ndb, delete statement with join where clause fails when table do not have pk · 6feda7fa
      unknown authored
      Bug #17257 ndb, update fails for inner joins if tables do not have Primary Key
      
      change: the allocated area by setValue may not be around for later, store hidden key in special member variable instead
      
      
      mysql-test/r/ndb_basic.result:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
      mysql-test/t/ndb_basic.test:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
      sql/ha_ndbcluster.cc:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
        
        change: the allocated area by setValue may not be around for later, store hidden key in special member variable instead
      sql/ha_ndbcluster.h:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
        
        change: the allocated area by setValue may not be around for later, store hidden key in special member variable instead
      6feda7fa