1. 16 Feb, 2003 3 commits
  2. 12 Feb, 2003 9 commits
  3. 11 Feb, 2003 2 commits
  4. 10 Feb, 2003 5 commits
  5. 09 Feb, 2003 1 commit
  6. 08 Feb, 2003 1 commit
  7. 07 Feb, 2003 11 commits
  8. 06 Feb, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      page0cur.c: · d2ef0ed8
      heikki@hundin.mysql.fi authored
        Sinisas patch to InnoDB ORDER BY DESC bug, push it now so that Jani has it available
      d2ef0ed8
    • monty@mashka.mysql.fi's avatar
      Added START TRANSACTION syntax · cf9668fd
      monty@mashka.mysql.fi authored
      Added ALL as parameter option for all group functions.
      Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way.
      Sort NULL last if DESC is used (ANSI SQL 99 requirement)
      cf9668fd
  9. 05 Feb, 2003 4 commits
  10. 04 Feb, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innobase.cc: · a30d3cd8
      heikki@hundin.mysql.fi authored
        Backport from 4.0: fix potential bug if store_lock is called with TL_IGNORE in the middle of a query
      a30d3cd8
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · a2de9c66
      heikki@hundin.mysql.fi authored
        Fix potential bug: if MySQL calls store_lock with the TL_IGNORE argument in the middle of query processing, then InnoDB select_lock_type could be reset to LOCK_NONE in a wrong place
      a2de9c66