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 8f7bbe15ca branches/zip: Bug fixes.
buf_page_io_complete(): On FIL_PAGE_TYPE_ZBLOB (compressed BLOB pages),
read the space_id from a different location.

page_zip_compress(), page_zip_write_rec(), page_zip_write_blob_ptr():
Replace page_simple_validate_new() with page_validate().

page_zip_clear_rec(): When running out of log space, do not attempt to
recompress the page, because the directory slots might be unbalanced and
the page_validate() assertion in page_zip_compress() would fail.
Instead, clear the BLOB pointers of the deleted record on the
uncompressed page, so that page_zip_validate() will succeed.

page_zip_validate(): Remove the comment about page_zip_clear_rec().
A mismatch always indicates a serious inconsistency.
2006-08-01 07:58:38 +00:00
btr branches/zip: Fix a bug in consistent reads of rows containing BLOB data. 2006-07-31 06:43:25 +00:00
buf branches/zip: Bug fixes. 2006-08-01 07:58:38 +00:00
data branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
dict branches/zip: dict_build_table_def_step(): Refuse to create a compressed 2006-07-06 19:24:53 +00:00
dyn branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
eval branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
fil branches/zip: fil_space_truncate_start(): Fix an incorrect assertion, 2006-06-20 11:35:41 +00:00
fsp branches/zip: fsp_fill_free_list(): Replace % with ut_2pow_remainder(). 2006-06-21 11:14:11 +00:00
fut branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
ha branches/zip: Cleanup suggested by Osku. 2006-06-07 11:23:21 +00:00
handler branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
ibuf branches/zip: Cleanup suggested by Osku. 2006-06-07 11:23:21 +00:00
include branches/zip: Fix a bug in consistent reads of rows containing BLOB data. 2006-07-31 06:43:25 +00:00
lock branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
log branches/zip: btr_parse_page_reorganize(): Add parameter page_zip. 2006-07-04 21:15:30 +00:00
mach branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
mem branches/zip: Cleanup suggested by Osku. 2006-06-07 11:23:21 +00:00
mtr mlog_parse_index(): Remove an off-by-one error in the bounds check that 2006-07-04 21:34:25 +00:00
mysql-test branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
os branches/zip: Write compressed pages to disk. 2006-05-30 09:04:57 +00:00
page branches/zip: Bug fixes. 2006-08-01 07:58:38 +00:00
pars branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
que branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
read branches/zip: Merge revisions 247:265 from trunk. 2006-03-03 14:43:05 +00:00
rem branches/zip: Remove GCC 4.0.4 warnings from 2006-05-10 13:58:35 +00:00
row branches/zip: Fix a bug in consistent reads of rows containing BLOB data. 2006-07-31 06:43:25 +00:00
srv branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
sync branches/zip: Merge revisions 465:532 from trunk. 2006-05-08 06:18:59 +00:00
thr branches/zip: Merge revisions 465:532 from trunk. 2006-05-08 06:18:59 +00:00
trx branches/zip: Add parameter zip_size to fil_io(). 2006-06-15 07:27:13 +00:00
usr branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
ut branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
CMakeLists.txt branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
compile-innodb branches/zip: Merge revisions 79:200 from trunk. 2006-02-17 14:19:39 +00:00
compile-innodb-debug branches/zip: Merge revisions 9:72 from trunk. 2005-11-29 12:30:46 +00:00
configure.in branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
export.sh branches/zip: Merge revisions 536:558 from trunk. 2006-05-11 12:47:23 +00:00
Makefile.am branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
revert_gen.sh branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
setup.sh branches/zip: Merge revisions 79:200 from trunk. 2006-02-17 14:19:39 +00:00