summaryrefslogtreecommitdiff
path: root/innobase/srv/srv0start.c
diff options
context:
space:
mode:
authorunknown <kaa@polly.local>2005-09-27 13:37:20 +0400
committerunknown <kaa@polly.local>2005-09-27 13:37:20 +0400
commit912317f3e794970571162894cefa11f855bf2d60 (patch)
treed3e4f9ee16c01f3b8ee6513745dc32a45978251b /innobase/srv/srv0start.c
parentaeca681be42e07777e9f856deba2ab5ae8f1e24e (diff)
downloadmariadb-git-912317f3e794970571162894cefa11f855bf2d60.tar.gz
Fix for bug #13367, post-review changes
Diffstat (limited to 'innobase/srv/srv0start.c')
-rw-r--r--innobase/srv/srv0start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/srv/srv0start.c b/innobase/srv/srv0start.c
index 325b0a109cf..e5151ebf631 100644
--- a/innobase/srv/srv0start.c
+++ b/innobase/srv/srv0start.c
@@ -1540,7 +1540,7 @@ NetWare. */
#endif
sync_order_checks_on = TRUE;
- if (srv_use_doublewrite_buf && trx_doublewrite == NULL) {
+ if (trx_doublewrite == NULL) {
/* Create the doublewrite buffer to a new tablespace */
trx_sys_create_doublewrite_buf();