]> 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)
committerKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2013 17:36:29 +0000 (18:36 +0100)
docs/manuals/en/main/catmaintenance.tex

index ab79fbb84f81cc7bbe1b4c575ebb570d8b3ac653..e498684bc3236b7fb4f1758d4f31348e8d819d7f 100644 (file)
@@ -416,7 +416,7 @@ create them with the following commands:
 \begin{lstlisting}
 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{lstlisting}
 \normalsize