summaryrefslogtreecommitdiff
path: root/db/lasterror.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-1/+1
* cleaningEliot Horowitz2010-02-031-3/+3
* SERVER-531 use correct threading model for disabling lastErrorAaron2010-01-121-12/+10
* SERVER-531 refactor code for not influencing lastErrorAaron2010-01-121-1/+2
* SERVER-531 killCursors no longer affects lastErrorAaron2010-01-121-3/+14
* use code in getLastError SERVER-112Eliot Horowitz2009-12-281-3/+6
* fix error message reporting on build indexDwight2009-11-181-2/+1
* fix seg fault on windows because of static initializier orderDwight2009-11-181-0/+1
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* ThreadLocalInt prettierDwight2009-10-131-1/+1
* make lasterror threadsafeDwight2009-10-121-11/+12
* mongod side of client based errors for SHARDING-16Eliot Horowitz2009-09-111-3/+9
* make lastError able to work with ids, rather than just tlEliot Horowitz2009-09-111-1/+29
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-0/+2
* lastError 'n' zero on failed non upsert updateAaron2009-04-101-4/+4
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-1/+1
* Add information on last update / delete to lastErrorAaron2009-03-261-7/+34
* More validation for modifier updatesAaron2009-02-051-5/+5
* Indent all lines within namespaces one levelAaron2009-01-151-31/+31
* Replace tab indentation with spacesAaron2009-01-141-18/+24
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* getlasterrorDwight2009-01-051-0/+44