mariadb/page
marko ba1fb95598 branches/zip: Try to adhere to ISO 9899:1989 where possible. (The recently
introduced ib_longlong and %ll length specifier are not C89.)

row_ext_t: Change char* buf to byte* buf to avoid signedness warnings.

Change the type of all bit fields to unsigned.

rec_get_next_ptr(): Add (byte*) casts to avoid arithmetics on void*.

page_zip_decompress_clust(): Do not mix declarations and code.
2006-12-08 15:55:59 +00:00
..
Makefile.am branches/zip: 2005-10-27 11:48:10 +00:00
page0cur.c branches/zip: page_cur_insert_rec_low(): Replace rec_t* current_rec 2006-10-25 08:45:25 +00:00
page0page.c branches/zip: page_cur_insert_rec_low(): Replace rec_t* current_rec 2006-10-25 08:45:25 +00:00
page0zip.c branches/zip: Try to adhere to ISO 9899:1989 where possible. (The recently 2006-12-08 15:55:59 +00:00