Re: Runscript Unknown term code Re: Bacula 15.0.2 update

Martin Simmons <[email protected]> Tue, 14 May 2024 14:49:49 +0100
Newsgroups gmane.comp.sysutils.backup.bacula.devel
Message-ID <[email protected]>
>>>>> On Mon, 13 May 2024 21:24:47 -0400, Phil Stracchino said:
> 
> +            "DELETE FROM PathVisibility "
> +            "WHERE NOT EXISTS "
> +            "(SELECT 1 FROM Job WHERE JobId=PathVisibility.JobId) LIMIT 100000");

DELETE ... LIMIT is a MySQL thing, not standard.

__Martin