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