1. 23 May, 2005 13 commits
  2. 22 May, 2005 2 commits
  3. 21 May, 2005 6 commits
    • kent@mysql.com's avatar
      default_modify.c: · 363fd141
      kent@mysql.com authored
        Use MY_STAT to declare argument to my_fstat()
      des_key_file.cc:
        Use local seach path for "mysql_priv.h"
      mysys.dsp, libmysqld.dsp, libmysql.dsp:
        New file needed, "../mysys/default_modify.c"
      363fd141
    • 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
  4. 20 May, 2005 19 commits