mariadb/innobase/row
unknown bb0507fa5d Fixed a bug: deadlock without any locking, simple select and update (Bug #7975).
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 - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0ins.c Fixed a bug: deadlock without any locking, simple select and update (Bug #7975). 2005-02-03 10:54:38 +02:00
row0mysql.c InnoDB: Cleanups of TRUNCATE TABLE code 2005-01-31 10:35:56 +02:00
row0purge.c InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +02:00
row0row.c InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +02:00
row0sel.c Merge with 4.1 2005-01-15 14:09:45 +02:00
row0uins.c Merge with 4.0 2004-04-26 15:53:31 +03:00
row0umod.c InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +02:00
row0undo.c InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +02:00
row0upd.c row0upd.c: 2004-12-31 15:14:17 +02:00
row0vers.c InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +02:00