Re: [Bacula-users] disable batch inserts in 2.2.4

2007-12-10 Thread Bruno Friedmann
> 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

Re: [Bacula-users] disable batch inserts in 2.2.4

2007-12-10 Thread Dane Miller
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

Re: [Bacula-users] disable batch inserts in 2.2.4

2007-12-09 Thread Jason Martin
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

Re: [Bacula-users] disable batch inserts in 2.2.4

2007-12-07 Thread Chris Howells
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