mariadb/row
marko 48070b5332 branches/zip: Merge revisions 4359:4400 from branches/5.1:
------------------------------------------------------------------------
  r4399 | marko | 2009-03-12 09:38:05 +0200 (Thu, 12 Mar 2009) | 2 lines

  branches/5.1: row_sel_get_clust_rec_for_mysql(): Store the cursor position
  also for unlock_row().  (Bug )
  ------------------------------------------------------------------------
  r4400 | marko | 2009-03-12 10:06:44 +0200 (Thu, 12 Mar 2009) | 5 lines

  branches/5.1: Fix a bug in multi-table semi-consistent reads.
  Remember the acquired record locks per table handle (row_prebuilt_t)
  rather than per transaction (trx_t), so that unlock_row should successfully
  unlock all non-matching rows in multi-table operations.
  This deficiency was found while investigating Bug .
  ------------------------------------------------------------------------

These were submitted as rb://94 and rb://96 and approved by Heikki Tuuri.
2009-03-12 08:26:40 +00:00
..
row0ext.c branches/zip: 2009-02-17 10:05:45 +00:00
row0ins.c branches/zip: 2009-02-17 10:05:45 +00:00
row0merge.c branches/zip: 2009-02-17 10:05:45 +00:00
row0mysql.c branches/zip: Merge revisions 4359:4400 from branches/5.1: 2009-03-12 08:26:40 +00:00
row0purge.c branches/zip: 2009-02-17 10:05:45 +00:00
row0row.c branches/zip: 2009-02-17 10:05:45 +00:00
row0sel.c branches/zip: Merge revisions 4359:4400 from branches/5.1: 2009-03-12 08:26:40 +00:00
row0uins.c branches/zip: 2009-02-17 10:05:45 +00:00
row0umod.c branches/zip: 2009-02-17 10:05:45 +00:00
row0undo.c branches/zip: 2009-02-17 10:09:16 +00:00
row0upd.c branches/zip: 2009-02-17 10:09:16 +00:00
row0vers.c branches/zip: 2009-02-17 10:09:16 +00:00