mariadb/innobase/row
unknown 39cf45fd54 After review fixes. Fix bugs in TRUNCATE.
innobase/dict/dict0crea.c:
  dict_truncate_index_tree(): Commit the mtr after deleting the
  index tree. Add diagnostics for error cases. Let the caller update
  SYS_INDEXES.PAGE_NO to the new root page number. Return the new
  root page number, or FIL_NULL on error.
innobase/include/dict0crea.h:
  dict_truncate_index_tree(): Commit the mtr after deleting the
  index tree. Add diagnostics for error cases. Let the caller update
  SYS_INDEXES.PAGE_NO to the new root page number. Return the new
  root page number, or FIL_NULL on error.
innobase/include/page0page.ic:
  page_mem_free(): Disable the memset() call, to make it possible to
  recover some data if someone accidentally deletes a large number
  of records from a table.
innobase/log/log0recv.c:
  Do not disable InnoDB Hot Backup specific code in MySQL builds.
innobase/row/row0mysql.c:
  row_truncate_table_for_mysql(): Remove an infinite loop in case
  a SYS_INDEXES record has been deleted. Avoid deadlocks by committing
  and restarting the mini-transaction.
sql/ha_innodb.cc:
  ha_innobase::delete_all_rows(): set trx->active_trans = 1
2005-03-01 19:42:59 +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: Exclude code from InnoDB Hot Backup builds 2005-02-04 16:25:13 +02:00
row0mysql.c After review fixes. Fix bugs in TRUNCATE. 2005-03-01 19:42:59 +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 Remove compiler warnings and remove not used variables 2005-02-25 16:53:22 +02:00
row0sel.c merge with 4.1 2005-02-28 12:18:39 +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