Re: [Bacula-devel] Runscript Unknown term code Re: Bacula 15.0.2 update

2024-05-14 Thread Eric Bollengier via Bacula-devel
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

Re: [Bacula-devel] Runscript Unknown term code Re: Bacula 15.0.2 update

2024-05-14 Thread Phil Stracchino
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

Re: [Bacula-devel] Runscript Unknown term code Re: Bacula 15.0.2 update

2024-05-14 Thread Eric Bollengier via Bacula-devel
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

Re: [Bacula-devel] Runscript Unknown term code Re: Bacula 15.0.2 update

2024-05-14 Thread Martin Simmons
> 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 __