1. 08 Jan, 2003 1 commit
  2. 07 Jan, 2003 1 commit
  3. 05 Jan, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      btr0pcur.c: · 7d33418b
      heikki@hundin.mysql.fi authored
        Fix bug: an index cursor can theoretically be restored in a wrong place
      log0log.c:
        Fix bug: if combined log file size is >= 2 GB in a 32-bit computer InnoDB can write log to a wrong position
      7d33418b
    • monty@mashka.mysql.fi's avatar
      A lot of portability fixes. · 9ecf9645
      monty@mashka.mysql.fi authored
      Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
      9ecf9645
  4. 04 Jan, 2003 3 commits
  5. 03 Jan, 2003 2 commits
  6. 02 Jan, 2003 5 commits
  7. 31 Dec, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 80f5621e
      heikki@hundin.mysql.fi authored
        Fix bug: could not switch trx isolation back to REPEATABLE READ after switching it to some other level
      80f5621e
  8. 27 Dec, 2002 2 commits
  9. 26 Dec, 2002 4 commits
  10. 24 Dec, 2002 2 commits
  11. 23 Dec, 2002 1 commit
  12. 21 Dec, 2002 4 commits
  13. 20 Dec, 2002 8 commits
  14. 19 Dec, 2002 2 commits
  15. 18 Dec, 2002 2 commits
    • walrus@mysql.com's avatar
      Merge akishkin@work.mysql.com:/home/bk/mysql-4.0 · 94a62360
      walrus@mysql.com authored
      into mysql.com:/home/walrus/bk/40
      94a62360
    • walrus@mysql.com's avatar
      crash-me.sh: · a141701b
      walrus@mysql.com authored
        Wrap long lines,
        New test - date_format_inresult (returns which date
        format dbms uses in the result set)
        New tests:
          -date_format_ISO 
          -date_format_ISO_with_date (checks if DBMS supports 
                YYYY-MM-DD or DATE 'YYYY-MM-DD' formats)
          -date_format_EUR
          -date_format_EUR_with_date (the same but 'DD.MM.YYYY' 
                format)
          -date_format_USA
          -date_format_USA_with_date ( the same but 'MM/DD/YYYY' format)
          -date_format_YYYYMMDD
          -date_format_YYYYMMDD_with_date 
      a141701b