From 686a758f6561debaed0bdbd1fb395dd6937b4d93 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 Sep 2002 16:07:52 +0300 Subject: srv0srv.c, srv0srv.h: Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change os0file.c: Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP innobase/os/os0file.c: Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP innobase/include/srv0srv.h: Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change innobase/srv/srv0srv.c: Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change --- innobase/include/srv0srv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innobase/include') diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h index 1f76974b03d..f457d52dec7 100644 --- a/innobase/include/srv0srv.h +++ b/innobase/include/srv0srv.h @@ -53,7 +53,7 @@ extern ulint srv_n_log_files; extern ulint srv_log_file_size; extern ibool srv_log_archive_on; extern ulint srv_log_buffer_size; -extern ibool srv_flush_log_at_trx_commit; +extern ulint srv_flush_log_at_trx_commit; extern byte srv_latin1_ordering[256];/* The sort order table of the latin1 character set */ -- cgit v1.2.1