replication fixes -- "first: true" support (local.dbinfo.*); clean up class name

This commit is contained in:
Dwight
2008-12-02 14:24:45 -05:00
parent aa8d238b0f
commit 60b769a8cb
38 changed files with 1457 additions and 1241 deletions

View File

@@ -25,7 +25,7 @@
string dashDashGridDb;
int port = 27017;
const char *curNs = "";
Client *client = 0;
Database *database = 0;
/* this is a good place to set a breakpoint when debugging, as lots of warning things
(assert, wassert) call it.