Hello Phil,
On 5/14/24 19:33, Phil Stracchino wrote:
On 5/14/24 09:58, Eric Bollengier via Bacula-devel wrote:
Yes, it can be added to Bacula, but the patch must define the special code
in the mysql.c file and provide a default alternative for other engines
(using the actual code).
Best Regar
On 5/14/24 09:58, Eric Bollengier via Bacula-devel wrote:
Yes, it can be added to Bacula, but the patch must define the special code
in the mysql.c file and provide a default alternative for other engines
(using the actual code).
Best Regards,
Eric
OK, I'm looking at mysql.c, but it's not im
Hello,
On 5/14/24 15:49, Martin Simmons wrote:
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
10");
DELETE ... LIMIT is a MySQL
> 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
> 10");
DELETE ... LIMIT is a MySQL thing, not standard.
__Martin
__