From: Eric Bollengier Date: Wed, 9 Apr 2008 09:48:21 +0000 (+0000) Subject: ebl fix index creation error X-Git-Tag: Release-3.0.0~1592 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4329b5ef6779445e05806a9b25dee1d3e219ef82;p=bacula%2Fdocs ebl fix index creation error --- diff --git a/docs/manuals/en/catalog/catmaintenance.tex b/docs/manuals/en/catalog/catmaintenance.tex index bbdf013b..f0abaa6f 100644 --- a/docs/manuals/en/catalog/catmaintenance.tex +++ b/docs/manuals/en/catalog/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