diff options
author | unknown <kaa@polly.local> | 2004-12-14 22:26:31 +0300 |
---|---|---|
committer | unknown <kaa@polly.local> | 2004-12-14 22:26:31 +0300 |
commit | 526fbcbbc551495d1fed482fbfa9b4f7496a935c (patch) | |
tree | 039af5ac48ea9b322014c4c858874b5452e38d9d /innobase/srv/srv0srv.c | |
parent | 8d45c5f9d0ed290bb0bb880488b5ff1d5c2c7619 (diff) | |
download | mariadb-git-526fbcbbc551495d1fed482fbfa9b4f7496a935c.tar.gz |
Forward port of HugeTLB, InnoDB doublewrite and checksums patches to 5.0
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'innobase/srv/srv0srv.c')
-rw-r--r-- | innobase/srv/srv0srv.c | 1 |
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; |