1. 18 Feb, 2003 3 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · ed6a85b4
      heikki@hundin.mysql.fi authored
        Add comment about how to modify InnoDB to deal with partial-field prefixes of key value in the future
      ed6a85b4
    • heikki@hundin.mysql.fi's avatar
      my_base.h: · 75782a50
      heikki@hundin.mysql.fi authored
        Add comment about what kind of key value prefixes HA_READ_KEY_PREFIX_LAST etc. allow as a search key
      75782a50
    • heikki@hundin.mysql.fi's avatar
      page0cur.c: · e690ea09
      heikki@hundin.mysql.fi authored
        Prepare for 5.x where HA_READ_PREFIX_LAST may pass only a few first bytes of the last field in a key value
      ha_innodb.cc:
        In 4.0 always assume HA_READ_PREFIX_LAST passes a complete-field prefix of a key value; LIKE queries use a padding trick
      e690ea09
  2. 17 Feb, 2003 2 commits
  3. 16 Feb, 2003 3 commits
  4. 14 Feb, 2003 1 commit
  5. 12 Feb, 2003 9 commits
  6. 11 Feb, 2003 2 commits
  7. 10 Feb, 2003 5 commits
  8. 09 Feb, 2003 1 commit
  9. 08 Feb, 2003 1 commit
  10. 07 Feb, 2003 11 commits
  11. 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