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 
100000");

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

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


_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to