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 4fc27c2723 branches/zip: Minor fixes. Now one non-trivial page compresses and
decompresses properly.

page_mem_free(): Adjust the temporary condition for zeroing data.

page_zip_compress(): Do not accept Z_STREAM_END from non-final deflate().
Tighten the assertion on c_stream.avail_in.

page_zip_dir_sort(): Note that the high bound is not inclusive.

page_zip_dir_decode(): Remove off-by-one error in page_zip_dir_sort() call.

page_zip_set_extra_bytes(): Add the termination condition that was forgotten
from the second for loop.  Simplify the code a little.

page_zip_decompress(): Do not accept Z_STREAM_END from non-final inflate().
Tighten the assertion on d_stream.avail_out.  Increment heap_status correctly.
2005-11-25 14:17:40 +00:00
btr branches/zip: Remember to update page_zip when updating "extern" flags. 2005-11-18 07:40:34 +00:00
buf branches/zip: Minor fixes to get a page with one record compress/decompress. 2005-11-25 12:34:38 +00:00
data Import 5.0 code. 2005-10-27 07:29:40 +00:00
db Import 5.0 code. 2005-10-27 07:29:40 +00:00
dict Import 5.0 code. 2005-10-27 07:29:40 +00:00
dyn Import 5.0 code. 2005-10-27 07:29:40 +00:00
eval Import 5.0 code. 2005-10-27 07:29:40 +00:00
fil Import 5.0 code. 2005-10-27 07:29:40 +00:00
fsp Import 5.0 code. 2005-10-27 07:29:40 +00:00
fut Import 5.0 code. 2005-10-27 07:29:40 +00:00
ha Import 5.0 code. 2005-10-27 07:29:40 +00:00
handler Add 5.0 -> 5.1 changes. 2005-10-27 07:51:34 +00:00
ibuf branches/zip: Minor improvements. 2005-11-11 21:18:42 +00:00
include branches/zip: Minor fixes. Now one non-trivial page compresses and 2005-11-25 14:17:40 +00:00
lock branches/zip: Minor improvements. 2005-11-11 21:18:42 +00:00
log branches/zip: 2005-10-27 11:48:10 +00:00
mach Import 5.0 code. 2005-10-27 07:29:40 +00:00
mem Import 5.0 code. 2005-10-27 07:29:40 +00:00
mtr Import 5.0 code. 2005-10-27 07:29:40 +00:00
mysql-test Add 5.0 -> 5.1 changes. 2005-10-27 07:51:34 +00:00
os Import 5.0 code. 2005-10-27 07:29:40 +00:00
page branches/zip: Minor fixes. Now one non-trivial page compresses and 2005-11-25 14:17:40 +00:00
pars Import 5.0 code. 2005-10-27 07:29:40 +00:00
que Import 5.0 code. 2005-10-27 07:29:40 +00:00
read Import 5.0 code. 2005-10-27 07:29:40 +00:00
rem branches/zip: 2005-10-27 11:48:10 +00:00
row branches/zip: Remember to update page_zip when updating "extern" flags. 2005-11-18 07:40:34 +00:00
srv Import 5.0 code. 2005-10-27 07:29:40 +00:00
sync Import 5.0 code. 2005-10-27 07:29:40 +00:00
thr Import 5.0 code. 2005-10-27 07:29:40 +00:00
trx branches/zip: 2005-10-27 11:48:10 +00:00
usr Import 5.0 code. 2005-10-27 07:29:40 +00:00
ut Import 5.0 code. 2005-10-27 07:29:40 +00:00
configure.in Import 5.0 code. 2005-10-27 07:29:40 +00:00
export.sh Import 5.0 code. 2005-10-27 07:29:40 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
setup.sh Add 5.0 -> 5.1 changes. 2005-10-27 07:51:34 +00:00