1. 24 May, 2005 4 commits
  2. 23 May, 2005 19 commits
  3. 22 May, 2005 2 commits
  4. 21 May, 2005 7 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
    • reggie@mdk10.(none)'s avatar
      BUG# 9148: Denial of service · 78b40d0a
      reggie@mdk10.(none) authored
      This is a second patch needing another review.  The first patch didn't solve
      the entire problem.  open and fopen on Windows will still open
      files like "com1.sym" when they shouldn't.  This patch
      checks that the file exists before trying to open it.
      78b40d0a
    • 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
  5. 20 May, 2005 8 commits