From 2afbe878655d43598c6ae8fc338763074b9c6863 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 16 Jun 2009 15:02:14 +0000 Subject: [PATCH] Typo in innodb parameter name. --- org.glite.lb.doc/src/LBAG-Installation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.doc/src/LBAG-Installation.tex b/org.glite.lb.doc/src/LBAG-Installation.tex index 46d8dbb..2a5f836 100644 --- a/org.glite.lb.doc/src/LBAG-Installation.tex +++ b/org.glite.lb.doc/src/LBAG-Installation.tex @@ -281,7 +281,7 @@ It is generally recommended to set it to aroung 75\% of RAM size (32bit OS/MySQL versions limit this to approx. 2GB due to address space constraints). -\item \texttt{innodb\_flush\_logs\_at\_trx\_commit} -- frequency of flushing to disk. +\item \texttt{innodb\_flush\_log\_at\_trx\_commit} -- frequency of flushing to disk. Recommended values include: \begin{itemize} \item 1 (default) -- flush at each write transaction commit; relatively -- 1.8.2.3