mariadb/innobase/trx
unknown 6fd13aaa3c Implement MySQL framework to support consistent read views in
cursors for InnoDB. The idea of the patch is that if MySQL requests
a consistent read view, we open one when open a cursor, set is as the
active view to a transaction when fetch from the cursor, and close
together with cursor close. This patch is associated to bugs #11813, 
#11832, and #11833. Contains after review fixes.
2005-07-22 14:10:03 +03: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
trx0purge.c trx0undo.c, trx0purge.c: 2004-11-21 17:38:15 +02:00
trx0rec.c InnoDB: Replace for loops with memset() where possible. 2005-06-22 12:36:24 +03:00
trx0roll.c InnoDB: remove flag lock_print_waits from non-debug builds. 2005-06-17 15:29:03 +03:00
trx0rseg.c Backport innodb_max_purge_lag from 4.1 2004-10-27 13:33:11 +03:00
trx0sys.c merged 2005-03-09 14:09:06 +01:00
trx0trx.c Implement MySQL framework to support consistent read views in 2005-07-22 14:10:03 +03:00
trx0undo.c Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-06-21 20:15:22 +03:00