~ubuntu-branches/ubuntu/vivid/db/vivid-proposed

« back to all changes in this revision

Viewing changes to lang/csharp/src/Internal/DbConstants.cs

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2011-12-05 15:44:35 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111205154435-1rqncut9s3wxba1h
Tags: 5.1.29-1
* Add lintian-override for (not)embedded sqlite in MultiArch
* Generated db_signature is different on each arch
* Update priority of db5.1-util and add missing description of
  db5.1_sql
* Add git-buildpackage configuration
* Imported Upstream version 5.1.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
        internal const uint DB_VERSION_MINOR = 1;
283
283
        internal const string DB_VERSION_MINOR_STR = "1";
284
284
        internal const int DB_VERSION_MISMATCH = -30969;
285
 
        internal const uint DB_VERSION_PATCH = 25;
286
 
        internal const string DB_VERSION_PATCH_STR = "25";
287
 
        internal const string DB_VERSION_STRING = "Berkeley DB 5.1.25: January 28 2011 ";
288
 
        internal const string DB_VERSION_FULL_STRING = "Berkeley DB 11g Release 2 library version 11.2.5.1.25: January 28 2011 ";
 
285
        internal const uint DB_VERSION_PATCH = 29;
 
286
        internal const string DB_VERSION_PATCH_STR = "29";
 
287
        internal const string DB_VERSION_STRING = "Berkeley DB 5.1.29: October 25 2011 ";
 
288
        internal const string DB_VERSION_FULL_STRING = "Berkeley DB 11g Release 2 library version 11.2.5.1.29: October 25 2011 ";
289
289
        internal const uint DB_WRITECURSOR = 0x00000008;
290
290
        internal const uint DB_YIELDCPU = 0x00080000;
291
291
        internal const uint DB_USERCOPY_GETDATA = 0x00000001;