(enum MDatabaseStatus): New enum
authorhanda <handa>
Thu, 24 May 2007 07:49:34 +0000 (07:49 +0000)
committerhanda <handa>
Thu, 24 May 2007 07:49:34 +0000 (07:49 +0000)
MDB_STATUS_AUTO_WILDCARD.

src/database.h

index 483807b..263af52 100644 (file)
 
 enum MDatabaseStatus
   {
-    /* The database was defined automatically (from mdb.dir file(s)).*/
+    /* The database was defined automatically (from mdb.dir file(s))
+       with no wildcard tag.  */
     MDB_STATUS_AUTO,
+    /* The database was defined automatically (from mdb.dir file(s)).
+       with a wildcard tag.  */
+    MDB_STATUS_AUTO_WILDCARD,
     /* The database was defined explicitely (by mdatabase_define ()). */
     MDB_STATUS_EXPLICIT,
     /* The databse is currently disabled. (usually because it is