]> andersk Git - moira.git/commitdiff
make backups inside a transaction
authormar <mar>
Thu, 8 Jun 1989 15:51:40 +0000 (15:51 +0000)
committermar <mar>
Thu, 8 Jun 1989 15:51:40 +0000 (15:51 +0000)
backup/dump_db.qc

index 18c5340ccf723d7ec7c067e8db660e13dba1427d..d5a27b7d96d82382000acee847a78e83f8a40131 100644 (file)
@@ -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);
 }
This page took 2.728588 seconds and 5 git commands to generate.