]> git.sur5r.net Git - bacula/docs/commitdiff
ebl fix index creation error
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Apr 2008 09:48:07 +0000 (09:48 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Apr 2008 09:48:07 +0000 (09:48 +0000)
docs/manual/catmaintenance.tex

index 24900e78d495ad8e3bfd473f479305d846a1352b..41f3db9b80363534c2a15b9ea0b87b01de3d5851 100644 (file)
@@ -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