mariadb/sql/examples
konstantin@mysql.com 21957c423e Implement MySQL framework to support consistent read views in
cursors. This should fix Bug#11813 when InnoDB part is in 
(tested with a draft patch).
The idea of the patch is that if a storage engine supports
consistent read views, we open one when open a cursor,
set is as the active view when fetch from the cursor, and close
together with cursor close.
2005-07-20 20:02:36 +04:00
..
ha_archive.cc Implement MySQL framework to support consistent read views in 2005-07-20 20:02:36 +04:00
ha_archive.h A fix and a test case for Bug#10760 and complementary cleanups. 2005-07-19 22:21:12 +04:00
ha_example.cc Implement MySQL framework to support consistent read views in 2005-07-20 20:02:36 +04:00
ha_example.h A fix and a test case for Bug#10760 and complementary cleanups. 2005-07-19 22:21:12 +04:00
ha_tina.cc Implement MySQL framework to support consistent read views in 2005-07-20 20:02:36 +04:00
ha_tina.h A fix and a test case for Bug#10760 and complementary cleanups. 2005-07-19 22:21:12 +04:00