> So I'd really like to test bacula without the temporary tables feature,
> and was hoping for some advice on doing so within the limits of the
> FreeBSD port sysutils/bacula-server.
>
> Thanks,
>
Simply in the .configure command add a --disable-batch-insert
It remove the unwanted function.
We
Chris Howells wrote:
> Are you running out of space on /tmp, the default location that MySQL
> stores temporary tables (until they are copied into their final table)?
> This can happen if you have a reasonably small / (which is pretty common).
No, I don't think this is the problem in my case. M
On Sat, Dec 08, 2007 at 02:22:07AM +, Chris Howells wrote:
> Are you running out of space on /tmp, the default location that MySQL
> stores temporary tables (until they are copied into their final table)?
> This can happen if you have a reasonably small / (which is pretty common).
Temporary t
Dane Miller wrote:
> The bacula.batch table consistently disappears during long-running
> jobs, which generates lots of sql errors (seems and oft reported
> problem). So I'd like to test without the batch insert feature.
Are you running out of space on /tmp, the default location that MySQL
stor