0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
Commit Graph

20 Commits

Author SHA1 Message Date
Aaron
c777160f0f Fix simple match spec for encapsulating elements and numbers 2009-01-20 16:54:57 -05:00
Aaron
e1f97b30c4 Partially unify sorted/non-sorted btree cursor creation code, fixes bug 1139 2009-01-16 09:55:36 -05:00
Aaron
7c7bd85c6d Add start / end key to explain, fix key extraction ordering 2009-01-15 13:04:25 -05:00
Aaron
261a467aa5 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Aaron
248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Aaron
21a13b1336 NEW pdfile # : 4.4; Support compound directions with compound indexes 2009-01-14 13:56:52 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Aaron
11f58f1882 Use empty string for field names of key elements 2008-12-19 18:12:59 -05:00
Aaron
b473e85b92 Make g++ warnings stricter, clear a few new warnings 2008-12-17 14:09:37 -05:00
Aaron
6215e19014 Ignore index direction when bounding btree cursor, as btree doesn't yet support directional indexes. 2008-12-16 12:18:02 -05:00
Aaron
4a5d9e567c Cursor bracketing supports multiple inequalities on the same field 2008-12-11 09:48:14 -05:00
Dwight
b971c4ab83 prettier plus eliminating a couple warnings on visual c++ 2008-12-10 11:39:13 -05:00
Aaron
2cf251148e If index direction is not numeric, assume forward; fixes 1101 2008-12-10 10:46:57 -05:00
Aaron
4c027f3cad Add comments for new functions, pass set<> by reference as requested by Dwight 2008-12-09 14:42:47 -05:00
Aaron
f5f533a36f Bracket btree cursors with beginning and and ending keys 2008-12-09 09:54:51 -05:00
Dwight
ede1f1e2ba big change for stopOnMiss 2008-11-18 15:47:37 -05:00
Dwight
0aef80f8cc rename classes 2008-10-21 16:13:48 -04:00
Dwight
cf2d786015 compile 2008-07-30 14:08:54 -04:00