1. 12 Oct, 2004 1 commit
  2. 11 Oct, 2004 3 commits
  3. 09 Oct, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      trx0rec.c: · af3681f2
      heikki@hundin.mysql.fi authored
        Fix bug #5960: if one updated a column so that its size changed, or updated it to an externally stored (TEXT or BLOB) value, then ANOTHER externally stored column would show up as 512 bytes of good data + 20 bytes of garbage in a consistent read that fetched the old version of the row
      af3681f2
  4. 08 Oct, 2004 1 commit
  5. 07 Oct, 2004 2 commits
  6. 06 Oct, 2004 3 commits
  7. 05 Oct, 2004 11 commits
  8. 04 Oct, 2004 5 commits
  9. 02 Oct, 2004 3 commits
  10. 01 Oct, 2004 1 commit
    • ram@gw.mysql.r18.ru's avatar
      delete.result, delete.test: · 4ec50dc4
      ram@gw.mysql.r18.ru authored
        A fix (bug #5733: Table handler error with self-join multi-table DELETE).
      records.cc:
        A fix (bug #5733: Table handler error with self-join multi-table DELETE).
      4ec50dc4
  11. 30 Sep, 2004 1 commit
  12. 29 Sep, 2004 1 commit
    • sergefp@mysql.com's avatar
      Fix for BUG#4785 part two: · f7b6a99d
      sergefp@mysql.com authored
      * If at least one of indexes is disabled, use data file size as an estimate 
        for key file size.
      * Added handling for joined tables.
      f7b6a99d
  13. 27 Sep, 2004 1 commit
  14. 26 Sep, 2004 4 commits
  15. 25 Sep, 2004 1 commit
  16. 24 Sep, 2004 1 commit
    • ingo@mysql.com's avatar
      BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S). · e47decfa
      ingo@mysql.com authored
      BUG#4335 - one name can be handler open'ed many times.
      Reworked the HANDLER functions and interface.
      Using a HASH to store information on open tables that
      survives FLUSH TABLE.
      HANDLER tables alias names must now be unique, though it
      is allowed in 4.0 to qualify them with the database name
      of the base table.
      e47decfa