1. 22 Sep, 2005 2 commits
    • joerg@mysql.com's avatar
      Fixes needed to build 5.0.13 on Windows: · cb77a6ac
      joerg@mysql.com authored
      - reflect two "Makefile.am" changes in the respective "VC project" files,
      - correct a typo in a (normally) unused macro parameter.
      cb77a6ac
    • monty@mysql.com's avatar
      Fixed problems found by valgrind · 82fc5478
      monty@mysql.com authored
      Fixed problems in test suite where some test failed
      Fixed access to not initialized memory in federated
      Fixed access to not initialized memory when using BIT fields in internal temporary tables
      82fc5478
  2. 21 Sep, 2005 1 commit
    • konstantin@mysql.com's avatar
      A fix and a test case for Bug#6513 "Test Suite: Values inserted by using · 6f8d3c48
      konstantin@mysql.com authored
      cursor is interpreted latin1 character and Bug#9819 "Cursors: Mysql Server
      Crash while fetching from table with 5 million records."
      A fix for a possible memory leak when fetching into an SP cursor
      in a long loop.
      The patch uses a common implementation of cursors in the binary protocol and 
      in stored procedures and implements materialized cursors.
      For implementation details, see comments in sql_cursor.cc
      6f8d3c48
  3. 20 Sep, 2005 3 commits
  4. 17 Sep, 2005 2 commits
  5. 16 Sep, 2005 1 commit
    • kent@mysql.com's avatar
      log.cc: · 19bae53d
      kent@mysql.com authored
        Cast my_munmap() argument to be able to compile on Solaris
      19bae53d
  6. 15 Sep, 2005 11 commits
  7. 14 Sep, 2005 20 commits