1. 20 Nov, 2006 1 commit
    • mats@romeo.(none)'s avatar
      BUG#24403 (valgrind complained on uninited st_table for InnoDB and RBR): · 3eabde40
      mats@romeo.(none) authored
      Fix to correct behaviour of find_and_fetch_row() for tables that have primary keys stored
      in storage engines that support the fast method to fetch rows given a primary key. The
      method uses position() to retrieve the key for a given record and rnd_pos() to position
      the internal "cursor" at the row. Rnd_pos() returns the found record in table->record[0],
      so the record has to be moved to table->record[1] for further processing after calling
      find_and_fetch_row().
      3eabde40
  2. 16 Nov, 2006 1 commit
  3. 15 Nov, 2006 12 commits
  4. 14 Nov, 2006 12 commits
  5. 13 Nov, 2006 14 commits