1. 25 Feb, 2003 3 commits
  2. 21 Feb, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      ibuf0ibuf.c: · 5e7796c0
      heikki@hundin.mysql.fi authored
        Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records
      5e7796c0
  3. 19 Feb, 2003 1 commit
  4. 18 Feb, 2003 2 commits
  5. 16 Feb, 2003 1 commit
  6. 14 Feb, 2003 1 commit
  7. 12 Feb, 2003 2 commits
  8. 11 Feb, 2003 1 commit
  9. 10 Feb, 2003 1 commit
  10. 05 Feb, 2003 3 commits
  11. 04 Feb, 2003 2 commits
  12. 29 Jan, 2003 3 commits
  13. 28 Jan, 2003 2 commits
  14. 27 Jan, 2003 3 commits
    • heikki@hundin.mysql.fi's avatar
      btr0cur.c: · 2162408b
      heikki@hundin.mysql.fi authored
        Backport from 4.0: Fix a major bug in InnoDB query estimator for queries of type SELECT ... WHERE col < x and SELECT ... WHERE col > x; MySQL could pick a table scan though the result set was only a few rows in a big table
      2162408b
    • lenz@mysql.com's avatar
      - replaced manual.texi with a dummy placeholder file (manual.texi is · 29fafced
      lenz@mysql.com authored
         now maintained in a separate "mysqldoc" BK source tree) - it will be
         replaced with the correct manual.texi when building the official
         source distribution
       - fixed automake error about reservedwords.texi by moving it to EXTRA_DIST
         instead
      29fafced
    • lenz@mysql.com's avatar
      - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles, · 82aca82d
      lenz@mysql.com authored
         so it's part of the distribution (manual.texi includes this file)
         It will be replaced with the correct one from the mysqldoc tree before
         building the distribution
       - removed generation and inclusion of MIRRORS file, since the mirror list
         is no longer part of manual.texi anyway
       - replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy
       - Redirect standard error when checking for dpkg-architecture in ltconfig
         to avoid error message showing during configuration
      82aca82d
  15. 24 Jan, 2003 2 commits
  16. 23 Jan, 2003 4 commits
  17. 21 Jan, 2003 6 commits
  18. 20 Jan, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innobase.cc: · d3145a91
      heikki@hundin.mysql.fi authored
        Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      d3145a91
    • heikki@hundin.mysql.fi's avatar
      os0file.c: · 3e6bfd72
      heikki@hundin.mysql.fi authored
        Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
      3e6bfd72