ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/BDB.xs
(Generate patch)

Comparing BDB/BDB.xs (file contents):
Revision 1.3 by root, Mon Feb 5 22:19:07 2007 UTC vs.
Revision 1.4 by root, Mon Feb 5 22:31:05 2007 UTC

786 const_iv (HASH) 786 const_iv (HASH)
787 const_iv (QUEUE) 787 const_iv (QUEUE)
788 const_iv (RECNO) 788 const_iv (RECNO)
789 const_iv (UNKNOWN) 789 const_iv (UNKNOWN)
790 const_iv (EXCL) 790 const_iv (EXCL)
791 const_iv (READ_COMMITTED)
791 const_iv (READ_UNCOMMITTED) 792 const_iv (READ_UNCOMMITTED)
792 const_iv (TRUNCATE) 793 const_iv (TRUNCATE)
793 const_iv (NOSYNC) 794 const_iv (NOSYNC)
794 const_iv (CHKSUM) 795 const_iv (CHKSUM)
795 const_iv (ENCRYPT) 796 const_iv (ENCRYPT)
820 821
821 const_iv (APPEND) 822 const_iv (APPEND)
822 const_iv (NODUPDATA) 823 const_iv (NODUPDATA)
823 const_iv (NOOVERWRITE) 824 const_iv (NOOVERWRITE)
824 825
826 const_iv (TXN_NOWAIT)
827 const_iv (TXN_SNAPSHOT)
828 const_iv (TXN_SYNC)
829
825 const_iv (SET_LOCK_TIMEOUT) 830 const_iv (SET_LOCK_TIMEOUT)
826 const_iv (SET_TXN_TIMEOUT) 831 const_iv (SET_TXN_TIMEOUT)
827 }; 832 };
828 833
829 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 834 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines