mariadb/innobase/row
unknown 9e3f90e541 Applied innodb-5.0-ss609 snapshot.
Fixed BUG#19727 "InnoDB crashed server and crashed tables
 are not recoverable".


innobase/row/row0mysql.c:
  Applied innodb-5.0-ss609 snapshot.
   Move trx_commit_for_mysql(trx) calls before calls to
   row_mysql_unlock_data_dictionary(trx).
innobase/row/row0sel.c:
  Applied innodb-5.0-ss609 snapshot.
   row_sel_try_search_shortcut(): Do not return SEL_FOUND when
   the record was not found. This bug was introduced in
   InnoDB 5.0.3, but luckily it should nerver manifest itself,
   given that existing InnoDB SQL code never makes use of
   consistent reads.
mysql-test/t/innodb.test:
  Applied innodb-5.0-ss609 snapshot.
   Add the big fat warning notice also to the bottom of
   innodb.test so that it will require more talent to
   ignore the change of policy.
2006-06-06 23:37:42 +04:00
..
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
row0ins.c Applied innodb-5.0-ss368 snapshot 2006-03-29 23:04:32 +04:00
row0mysql.c Applied innodb-5.0-ss609 snapshot. 2006-06-06 23:37:42 +04:00
row0purge.c InnoDB: Define some macros around GCC's __builtin_expect() 2005-04-21 14:23:26 +03:00
row0row.c InnoDB: Performance optimizations based on OProfile analysis 2005-04-25 10:14:35 +03:00
row0sel.c Applied innodb-5.0-ss609 snapshot. 2006-06-06 23:37:42 +04:00
row0uins.c Merge with 4.0 2004-04-26 15:53:31 +03:00
row0umod.c InnoDB: Print more than 300 characters of queries in various error conditions, 2005-08-12 11:39:19 +03:00
row0undo.c InnoDB: Define some macros around GCC's __builtin_expect() 2005-04-21 14:23:26 +03:00
row0upd.c Applied innodb-5.0-ss368 snapshot 2006-03-29 23:04:32 +04:00
row0vers.c Fix bugs found in previous optimizations. 2005-04-27 12:28:44 +03:00