1. 23 May, 2005 1 commit
    • pem@mysql.comhem.se's avatar
      Fixed on BUG#6048: Stored procedure causes operating system reboot · 3c2c8bf9
      pem@mysql.comhem.se authored
        Memory leak in locally evalutated expressions during SP execution fixed by
        reusing allocated item slots when possible.
        Note: No test case added, since the test is a stress test that tries to make
        the machine to run out of memory.
        Second attempt, now tested with debug build, valgrind build, max (optimized)
        build, with and without --debug, --vagrind and --ps-protocol.
        Errors in trigger and view test with --debug in debug build where present
        before this patch, and likewise for valgrind warnings for view test in
        valgrind build with --ps-protocol.
      3c2c8bf9
  2. 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
  3. 20 May, 2005 22 commits
  4. 19 May, 2005 12 commits