From 24e05aa8d80f9adc703a73d8cd9fd9f38032f02a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 20 Apr 2009 18:17:21 +0000 Subject: [PATCH] Fix suggested in bug 1273 --- 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 07b1b6b6..3766c7ae 100644 --- a/docs/manuals/en/catalog/catmaintenance.tex +++ b/docs/manuals/en/catalog/catmaintenance.tex @@ -428,7 +428,7 @@ On SQLite, you can check if you have the proper indexes by: \footnotesize \begin{verbatim} -sqlite bacula.db +sqlite /bacula.db select * from sqlite_master where type='index' and tbl_name='File'; \end{verbatim} \normalsize @@ -438,7 +438,7 @@ create them with the following commands: \footnotesize \begin{verbatim} -mysql bacula +sqlite /bacula.db CREATE INDEX file_jobid_idx on File (JobId); CREATE INDEX file_jfp_idx on File (JobId, FilenameId, PathId); \end{verbatim} -- 2.39.2