From: mar Date: Thu, 8 Jun 1989 15:51:40 +0000 (+0000) Subject: make backups inside a transaction X-Git-Tag: PATCH5~72 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/51641848aa079a6c04261bf8495a1820da5e188c make backups inside a transaction --- 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); }