mariadb/storage/innodb_plugin
Marko Mäkelä 9c9c9ebce7 Add Valgrind checks to catch uninitialized writes to data files.
buf_flush_insert_into_flush_list(),
buf_flush_insert_sorted_into_flush_list(),
buf_flush_post_to_doublewrite_buf(): Check that the page is initialized.
2010-05-04 15:47:44 +03:00
..
btr Remove UNIV_BTR_AVOID_COPY. It was broken because btr_attach_half_pages() 2010-05-04 13:55:46 +03:00
buf Add Valgrind checks to catch uninitialized writes to data files. 2010-05-04 15:47:44 +03:00
data dtuple_convert_big_rec(): Store locally any fields whose maximum length 2010-04-21 12:50:33 +03:00
dict Bug#53046 dict_update_statistics_low can still be run concurrently 2010-04-28 13:34:52 +03:00
dyn
eval
fil
fsp
fut
ha Merge from innodb-branches-zip 2010-04-07 22:42:25 +03:00
handler Reduce the next-key locking of READ UNCOMMITTED to match that of 2010-04-29 15:27:43 +02:00
ibuf
include Remove UNIV_BTR_AVOID_COPY. It was broken because btr_attach_half_pages() 2010-05-04 13:55:46 +03:00
lock Reduce the next-key locking of READ UNCOMMITTED to match that of 2010-04-29 15:27:43 +02:00
log recv_sys_init(), recv_sys_empty_hash(): Shrink recv_sys->addr_hash. 2010-04-29 15:37:50 +02:00
mach
mem
mtr
mysql-test/patches Move the InnoDB Plugin tests from storage/innodb_plugin/mysql-test/ where 2010-04-09 15:56:51 +03:00
os
page
pars
que
read
rem dtuple_convert_big_rec(): Store locally any fields whose maximum length 2010-04-21 12:50:33 +03:00
row Reduce the next-key locking of READ UNCOMMITTED to match that of 2010-04-29 15:27:43 +02:00
scripts
srv
sync
thr
trx storage/innodb_plugin: Relax too strict assertions about prefix 2010-04-15 09:01:22 +02:00
usr
ut
ChangeLog Remove UNIV_BTR_AVOID_COPY. It was broken because btr_attach_half_pages() 2010-05-04 13:55:46 +03:00
CMakeLists.txt Reapply changes to storage/innodb_plugin/CMakeLists.txt that were made by MySQL 2010-04-07 20:21:15 +03:00
compile-innodb
compile-innodb-debug
COPYING
COPYING.Google
COPYING.Percona
COPYING.Sun_Microsystems
Doxyfile
ha_innodb.def
Makefile.am Repply changes to storage/innodb_plugin/Makefile.am that were made by MySQL 2010-04-07 20:24:43 +03:00
plug.in Repply changes to storage/innodb_plugin/plug.in that were made by MySQL 2010-04-07 21:33:36 +03:00
revert_gen.sh
setup.sh