1. 21 May, 2005 5 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · d68a5237
      heikki@hundin.mysql.fi authored
        The natural InnoDB type for NEWDECIMAL is FIXBINARY, not BINARY, since there probably is no benefit from stripping trailing bytes 0x20; note that tables created with 5.0.6 and containing DECIMAL do not need to be rebuilt, as BINARY works as well; note that because of Jani's fix to bug 10465, tables created with 5.0.? - 5.0.5 DO NEED TO BE REBUILT if they contain DECIMAL
      d68a5237
    • igor@rurik.mysql.com's avatar
      join_outer.test, join_outer.result: · 24332108
      igor@rurik.mysql.com authored
        Added test cases for bug #9938.
      item.h:
        Fixed bug #9938: missing method not_null_tables for Item_ref.
      24332108
    • igor@rurik.mysql.com's avatar
      sql_select.cc: · 01fcf04d
      igor@rurik.mysql.com authored
        Added missing comment for fix of #10561.
      01fcf04d
    • igor@rurik.mysql.com's avatar
      opt_range.cc: · e4006f2f
      igor@rurik.mysql.com authored
        Post review corrections for optimization request #10561.
      e4006f2f
    • igor@rurik.mysql.com's avatar
      range.result, range.test: · fdb6c661
      igor@rurik.mysql.com authored
        Added test cases for optimization request #10561.
      opt_range.cc, sql_select.cc:
        Fixed bug #10561: an optimization request to allow
        range analysis for NOT IN and NOT BETWEEN.
      fdb6c661
  2. 20 May, 2005 22 commits
  3. 19 May, 2005 13 commits