mariadb/os
marko 0677a1ec8e Port r529 of branches/5.0: Port r27 of innodb-4.1/trunk: Check the page
trailers also after writing to disk.
This improves the chances of diagnosing Bug #18886.

os_file_check_page_trailers(): New function for checking that the two
copies of the LSN stamped on the pages match.

os_aio_simulated_handle(): Call os_file_check_page_trailers() before
and after os_file_write().
2006-05-05 12:52:08 +00:00
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
os0file.c Port r529 of branches/5.0: Port r27 of innodb-4.1/trunk: Check the page 2006-05-05 12:52:08 +00:00
os0proc.c Fix invalid brace positioning and spaces before tabs. 2006-02-24 09:53:01 +00:00
os0sync.c Add (void*) casts when using the %p printf format specifier. 2006-03-16 07:47:55 +00:00
os0thread.c Add parens to return statements where they are missing (except in 2006-04-28 11:57:13 +00:00