1. 18 Oct, 2002 1 commit
  2. 17 Oct, 2002 1 commit
  3. 16 Oct, 2002 3 commits
  4. 15 Oct, 2002 7 commits
  5. 14 Oct, 2002 3 commits
  6. 13 Oct, 2002 3 commits
  7. 12 Oct, 2002 1 commit
  8. 11 Oct, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      os0thread.c: · 399ba21d
      heikki@hundin.mysql.fi authored
        Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
      399ba21d
  9. 10 Oct, 2002 1 commit
  10. 09 Oct, 2002 6 commits
  11. 08 Oct, 2002 7 commits
  12. 07 Oct, 2002 4 commits
  13. 06 Oct, 2002 1 commit
  14. 05 Oct, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      btr0cur.c: · cc1db614
      heikki@hundin.mysql.fi authored
        Do not let range estimator to return over 1 / 2 of total rows in table; use longlong in range estimation
      btr0cur.h, ha_innobase.cc:
        Use longlong in range estimation, in case there are > 4 billion rows
      cc1db614