mariadb/innobase/row
unknown 0404a607a5 InnoDB: Reduce the stack space consumption of ON UPDATE CASCADE
operations.


innobase/include/lock0lock.h:
  Added lock_clust_rec_read_check_and_lock_alt(),
  a variant of lock_clust_rec_read_check_and_lock()
  without the parameter "offsets".
innobase/lock/lock0lock.c:
  Added lock_clust_rec_read_check_and_lock_alt(),
  a variant of lock_clust_rec_read_check_and_lock()
  without the parameter "offsets".
innobase/row/row0ins.c:
  row_ins_foreign_check_on_constraint(): Do not allocate offsets
  from stack. This reduces the stack space consumption of
  ON UPDATE CASCADE operations by 400 bytes per cascaded UPDATE
  operation.
2004-12-10 12:55:56 +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 InnoDB: Reduce the stack space consumption of ON UPDATE CASCADE 2004-12-10 12:55:56 +02:00
row0mysql.c InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +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 InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +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 InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +02:00
row0vers.c InnoDB: Changed interface to rec_get_offsets(), to reduce the use of 2004-12-09 15:29:55 +02:00