1. 13 Mar, 2006 10 commits
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · abb6bf4b
      unknown authored
      into  production.mysql.com:/usersnfs/rburnett/mysql-5.1-bug17173
      
      
      abb6bf4b
    • unknown's avatar
      Bug # 17173 - Partitions: less than search fails · 0c63aee7
      unknown authored
      Bug # 17894 - Comparison with "less than" operator fails with range partition
      
      The problem here was that on queries such as < 3, the range given is NULL < n < 3.
      The null part works correctly where the null value is stored in rec[0] and the
      field is marked as being null.  However, when the 3 is processed, the 3 is places
      on rec[0] but the null flag is left uncleared.
      
      partition_range.result:
        Results block for bug #17894
      partition_range.test:
        Test block for bug #17894
      partition_list.result:
        Results block for bug #17173
      partition_list.test:
        Test block for bug #17173
      opt_range.cc:
        call set_notnull to clear any null flag that may have been set
      
      
      sql/opt_range.cc:
        call set_notnull to clear any null flag that may have been set
      mysql-test/t/partition_list.test:
        Test block for bug #17173
      mysql-test/r/partition_list.result:
        Results block for bug #17173
      mysql-test/t/partition_range.test:
        Test block for bug #17894
      mysql-test/r/partition_range.result:
        Results block for bug #17894
      0c63aee7
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 5a07a098
      unknown authored
      into  xgeek.:C:/work/mysql-5.1-new
      
      
      5a07a098
    • unknown's avatar
      base: · e9cf66a0
      unknown authored
        Fixed problem where taocrypt was defined too early in the process
      
      
      win/cmakefiles/base:
        Fixed problem where taocrypt was defined too early in the process
      e9cf66a0
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c20dcc6d
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.1-virgin
      
      
      c20dcc6d
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4487b853
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      4487b853
    • unknown's avatar
      changed test to make it predictable · 9db5b7d4
      unknown authored
      
      sql/ha_ndbcluster_binlog.cc:
        removing non critical assert
      9db5b7d4
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b8f81056
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      b8f81056
    • unknown's avatar
      Test fix · 95d4bdc6
      unknown authored
      
      mysql-test/t/rpl_ndb_dd_advance.test:
        remove drop and create of test db
      mysql-test/r/rpl_ndb_dd_advance.result:
        update
      95d4bdc6
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e8be4655
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.1-virgin
      
      
      sql/log.cc:
        Auto merged
      e8be4655
  2. 12 Mar, 2006 1 commit
  3. 11 Mar, 2006 14 commits
  4. 10 Mar, 2006 15 commits