1. 17 Sep, 2007 1 commit
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #29985. · 2a5d9515
      gshchepa/uchum@gleb.loc authored
      Multiple-result processing is required during the execution
      of CALL statements for stored procedures, however the mysqlslap
      client lacked that processing.
      2a5d9515
  2. 14 Sep, 2007 3 commits
  3. 13 Sep, 2007 6 commits
  4. 12 Sep, 2007 5 commits
  5. 11 Sep, 2007 2 commits
  6. 10 Sep, 2007 4 commits
  7. 07 Sep, 2007 1 commit
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Bug #28430 Failure in replication of innodb partitioned tables on row/mixed format. · a60f7988
      holyfoot/hf@mysql.com/hfmain.(none) authored
      In the ha_partition::position() we don't calculate the number
      of the partition of the record, but use m_last_part value instead,
      relying on that it's previously set by some other call like ::write_row().
      Delete_rows_log_event::do_exec_row() calls find_and_fetch_row(),
      where we used position() + rnd_pos() call for the InnoDB-based PARTITION-ed
      table as there HA_PRIMARY_KEY_REQUIRED_FOR_POSITION enabled.
      
      fixed by introducing new handler::rnd_pos_by_record() method to be
      used for random record-based positioning
      a60f7988
  8. 06 Sep, 2007 10 commits
  9. 05 Sep, 2007 7 commits
  10. 04 Sep, 2007 1 commit