From: Kern Sibbald Date: Sat, 19 Feb 2005 15:29:48 +0000 (+0000) Subject: - Add back JobId index for MySQL as default -- speeds up X-Git-Tag: Release-1.38.0~640 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a01a2782fd488e64434f31f71d22933116ab539;p=bacula%2Fdocs - Add back JobId index for MySQL as default -- speeds up pruning. - Add more database fields and fix the update scripts to include the new items. - Pass actual level to FD so that ClientRun editing can reflect correct level -- ditto for job status. This makes the DIR incompatible with older clients! - Move jobq.c acquire resources to static subroutine so that the code logic becomes clearer. This is in preparation for actually using the new Device resources. - Fix some lower case problems in sql_cmds.c reported by Debian. - Correct a seg fault in the SD reported by a user. Occurred only when a high debug level was set. - Modify init_dev() in dev.c to take JCR as first arg so that proper error messages can be reported in next item. - Modify the query and use device SD commands to attempt to open the device if it could not previously be opened. - Correct error message for Could not reserve device. - Correct some minor details with Autochanger resource in SD. ---