[commit] r1441 - trunk/GME/Interfaces

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jul 26 11:08:18 CDT 2011


Author: ksmyth
Date: Tue Jul 26 11:08:17 2011
New Revision: 1441

Log:
Add MGAPREF_NO_NESTED_TX

Modified:
   trunk/GME/Interfaces/Mga.idl

Modified: trunk/GME/Interfaces/Mga.idl
==============================================================================
--- trunk/GME/Interfaces/Mga.idl	Tue Jul 26 11:08:00 2011	(r1440)
+++ trunk/GME/Interfaces/Mga.idl	Tue Jul 26 11:08:17 2011	(r1441)
@@ -182,6 +182,7 @@
 MGAPREF_RELAXED_RDATTRTYPES =  0x00000010,	// attributes may be read as types other than the real type
 MGAPREF_RELAXED_WRATTRTYPES =  0x00000020,	// attributes may be written as types other than the real type
 MGAPREF_MANUAL_RELIDS		= 0x00000040,	// relid-s are assigned manually
+MGAPREF_NO_NESTED_TX = 0x00000080 // don't use nested transactions, as they are very slow. If an MGA operation fails, the entire transaction must be aborted.
 } preference_flags;
 
 


More information about the gme-commit mailing list