summaryrefslogtreecommitdiff
path: root/innobase/srv
diff options
context:
space:
mode:
authorkaa@polly.local <>2004-12-14 22:26:31 +0300
committerkaa@polly.local <>2004-12-14 22:26:31 +0300
commit2ce0ad6d7e3a77b892090d5dcda80efa45172dad (patch)
tree039af5ac48ea9b322014c4c858874b5452e38d9d /innobase/srv
parente552c5c4030f0c648f1b077de8bf70fda3d3d40e (diff)
downloadmariadb-git-2ce0ad6d7e3a77b892090d5dcda80efa45172dad.tar.gz
Forward port of HugeTLB, InnoDB doublewrite and checksums patches to 5.0
Diffstat (limited to 'innobase/srv')
-rw-r--r--innobase/srv/srv0srv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/srv/srv0srv.c b/innobase/srv/srv0srv.c
index 40befae424e..83d4fb4d39d 100644
--- a/innobase/srv/srv0srv.c
+++ b/innobase/srv/srv0srv.c
@@ -313,6 +313,7 @@ ibool srv_very_fast_shutdown = FALSE; /* if this TRUE, do not flush the
ibool srv_innodb_status = FALSE;
ibool srv_use_doublewrite_buf = TRUE;
+ibool srv_use_checksums = TRUE;
ibool srv_set_thread_priorities = TRUE;
int srv_query_thread_priority = 0;