Files
mongo/db/db.cpp
Eliot Horowitz 7740fb4070 SERVER-1415: Giving incorrect parameter syntax to --replSet shows error in log but continues to run. Maybe it should abort like it does if the parameter is missing all together.
Per Eliot's suggestion, instead of calling dbexit in startReplSets thread. Create theReplSet object in main thread, which checks and parses --replSet parameter, then just call its go() methon in startReplSets thread.

Conflicts:

	db/repl/rs.cpp
2010-07-26 21:36:47 -04:00

42 KiB