From: Eric Bollengier Date: Wed, 9 Apr 2008 09:48:07 +0000 (+0000) Subject: ebl fix index creation error X-Git-Tag: Release-2.2.9-b7~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59851f54efb3965dbeb8cece0fbce85b344e7668;p=bacula%2Fdocs ebl fix index creation error --- diff --git a/docs/manual/catmaintenance.tex b/docs/manual/catmaintenance.tex index 24900e78..41f3db9b 100644 --- a/docs/manual/catmaintenance.tex +++ b/docs/manual/catmaintenance.tex @@ -388,7 +388,7 @@ create them with the following commands: \begin{verbatim} mysql bacula CREATE INDEX file_jobid_idx on File (JobId); -CREATE INDEX file_jpf_idx on File (Job, FilenameId, PathId); +CREATE INDEX file_jpf_idx on File (JobId, FilenameId, PathId); \end{verbatim} \normalsize @@ -440,7 +440,7 @@ create them with the following commands: \begin{verbatim} mysql bacula CREATE INDEX file_jobid_idx on File (JobId); -CREATE INDEX file_jfp_idx on File (Job, FilenameId, PathId); +CREATE INDEX file_jfp_idx on File (JobId, FilenameId, PathId); \end{verbatim} \normalsize