From 51641848aa079a6c04261bf8495a1820da5e188c Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 8 Jun 1989 15:51:40 +0000 Subject: [PATCH] make backups inside a transaction --- backup/dump_db.qc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backup/dump_db.qc b/backup/dump_db.qc index 18c5340c..d5a27b7d 100644 --- a/backup/dump_db.qc +++ b/backup/dump_db.qc @@ -52,9 +52,12 @@ main(argc, argv) for (i=0; i<' '; i++) act[i]=2; ## ingres sms - +## set lockmode session where level = table +## begin transaction + do_backups(prefix); - + +## end transaction ## exit exit(0); } -- 2.45.2