mariadb/innobase/row
unknown bb0507fa5d Fixed a bug: deadlock without any locking, simple select and update (Bug ).
innobase/row/row0ins.c:
  If the SQL-query will update or replace duplicate key row we take X-lcok
  for duplicate row.
sql/ha_innodb.cc:
  INSERT ON DUPLICATE KEY UPDATE will also update duplicate key and we can
  take X-lock in this case for duplicate key records.
BitKeeper/etc/ignore:
  Added innobase/row/row0index.c to the ignore list
2005-02-03 10:54:38 +02:00
..
Makefile.am
makefilewin
row0ins.c Fixed a bug: deadlock without any locking, simple select and update (Bug ). 2005-02-03 10:54:38 +02:00
row0mysql.c
row0purge.c
row0row.c
row0sel.c
row0uins.c
row0umod.c
row0undo.c
row0upd.c
row0vers.c