mariadb/innobase
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
..
btr InnoDB: Zero fill newly created pages and deleted records to 2005-03-01 13:54:48 +02:00
buf
data
db
dict After review fixes. Fix bugs in TRUNCATE. 2005-03-01 19:42:59 +02:00
dyn
eval
fil
fsp
fut
ha
ibuf
include After review fixes. Fix bugs in TRUNCATE. 2005-03-01 19:42:59 +02:00
lock
log After review fixes. Fix bugs in TRUNCATE. 2005-03-01 19:42:59 +02:00
mach
mem
mtr
os
page InnoDB: Zero fill newly created pages and deleted records to 2005-03-01 13:54:48 +02:00
pars
que
read
rem InnoDB: Zero fill newly created pages and deleted records to 2005-03-01 13:54:48 +02:00
row After review fixes. Fix bugs in TRUNCATE. 2005-03-01 19:42:59 +02:00
srv InnoDB: Zero fill newly created pages and deleted records to 2005-03-01 13:54:48 +02:00
sync InnoDB: Zero fill newly created pages and deleted records to 2005-03-01 13:54:48 +02:00
thr
trx
usr
ut
configure.in
Makefile.am
makefilewin
my_cnf