]> git.sur5r.net Git - bacula/docs/commitdiff
Fix typo reported by James
authorEric Bollengier <eric@baculasystems.com>
Sun, 3 Feb 2013 08:58:18 +0000 (09:58 +0100)
committerEric Bollengier <eric@baculasystems.com>
Sun, 3 Feb 2013 09:00:39 +0000 (10:00 +0100)
docs/manuals/en/main/catmaintenance.tex

index 3efa6d578bb19eee4151a1171304cdbfc8ba97a4..cf6acc53d4d9e8f2f1e6b4e6184252f3fe6dfa8b 100644 (file)
@@ -416,7 +416,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 (JobId, FilenameId, PathId);
+CREATE INDEX file_jpf_idx on File (JobId, PathId, FilenameId);
 \end{verbatim}
 \normalsize