src/hg/inc/mdb.h 1.2
1.2 2010/04/27 22:33:22 tdreszer
Renamed mdb to metaDb
Index: src/hg/inc/mdb.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/mdb.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/inc/mdb.h 13 Apr 2010 19:49:20 -0000 1.1
+++ src/hg/inc/mdb.h 27 Apr 2010 22:33:22 -0000 1.2
@@ -90,9 +90,9 @@
/* -------------------------------- End autoSql Generated Code -------------------------------- */
#include "trackDb.h"
-#define MDB_DEFAULT_NAME "mdb"
+#define MDB_DEFAULT_NAME "metaDb"
// The mdb holds metadata primarily for tables.
// Many types of objects could be supported, though currently files are the only other type.
// It is easy to imagine using the current mdb to support hierarchical trees of metadata.