From 4329b5ef6779445e05806a9b25dee1d3e219ef82 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 9 Apr 2008 09:48:21 +0000 Subject: [PATCH] ebl fix index creation error --- docs/manuals/en/catalog/catmaintenance.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5