MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
marko 4115c90530 branches/innodb+: ibuf0ibuf.c: Revert the patches to Issue #82
(r2962, r2865, r2864) and do not refuse to buffer deletes.  The
problem with refusing to buffer deletes was that no deletes were
buffered.

Instead, when merging delete requests, disregard a delete request
if it would make the page empty.  InnoDB tolerates redundant secondary
index records, but not empty pages.

ibuf_delete(): When merging a delete request, print and ignore the record
if the page would become empty.
2008-11-05 11:03:48 +00:00
btr branches/innodb+: Refuse to buffer deletes if that could lead to B-tree 2008-10-23 10:22:46 +00:00
buf branches/innodb+: Merge revisions 2678:2774 from branches/zip. 2008-10-11 19:37:21 +00:00
data branches/innodb+: Merge 2579:2637 from branches/zip. 2008-09-17 19:52:30 +00:00
dict branches/innodb+: Merge revisions 2835:2862 from branches/zip: 2008-10-23 10:03:20 +00:00
dyn
eval
fil branches/innodb+: Correct an error introduced in r736 of branches/fts 2008-09-22 08:05:17 +00:00
fsp branches/innodb+: Merge revisions 2678:2774 from branches/zip. 2008-10-11 19:37:21 +00:00
fut
ha branches/innodb+: Merge revisions 2460:2579 from branches/zip 2008-08-09 00:15:46 +00:00
handler branches/innodb+: Merge revisions 2835:2862 from branches/zip: 2008-10-23 10:03:20 +00:00
ibuf branches/innodb+: ibuf0ibuf.c: Revert the patches to Issue #82 2008-11-05 11:03:48 +00:00
include branches/innodb+: Merge revisions 2835:2862 from branches/zip: 2008-10-23 10:03:20 +00:00
lock branches/innodb+: Merge revisions 2678:2774 from branches/zip. 2008-10-11 19:37:21 +00:00
log branches/innodb+: Merge revisions 2678:2774 from branches/zip. 2008-10-11 19:37:21 +00:00
mach
mem branches/innodb+: Merge revisions 2460:2579 from branches/zip 2008-08-09 00:15:46 +00:00
mtr
mysql-test branches/innodb+: Merge revisions 2835:2862 from branches/zip: 2008-10-23 10:03:20 +00:00
os branches/innodb+: Merge 2637:2660 from branches/zip. 2008-09-22 07:57:34 +00:00
page branches/innodb+: Refuse to buffer deletes if that could lead to B-tree 2008-10-23 10:22:46 +00:00
pars
que
read
rem branches/innodb+: Merge revisions 2799:2835 from branches/zip: 2008-10-21 07:30:53 +00:00
row branches/innodb+: Merge revisions 2835:2862 from branches/zip: 2008-10-23 10:03:20 +00:00
scripts branches/innodb+: Merge revisions 2344:2454 from branches/zip 2008-05-14 15:43:19 +00:00
srv branches/innodb+: Merge revisions 2774:2799 from branches/zip: 2008-10-15 12:09:17 +00:00
sync branches/innodb+: Merge revisions 2460:2579 from branches/zip 2008-08-09 00:15:46 +00:00
thr
trx branches/innodb+: Merge revisions 2835:2862 from branches/zip: 2008-10-23 10:03:20 +00:00
usr
ut branches/innodb+: Add missing UNIV_INTERN linkage specifiers. 2008-09-18 08:44:32 +00:00
ChangeLog branches/innodb+: Merge revisions 2862:2867 from branches/zip: 2008-10-24 06:51:35 +00:00
CMakeLists.txt branches/innodb+: Merge revisions 2344:2454 from branches/zip 2008-05-14 15:43:19 +00:00
compile-innodb
compile-innodb-debug
Makefile.am branches/innodb+: Merge revisions 2344:2454 from branches/zip 2008-05-14 15:43:19 +00:00
plug.in branches/innodb+: Merge revisions 2344:2454 from branches/zip 2008-05-14 15:43:19 +00:00
revert_gen.sh
setup.sh