Eliot Horowitz
|
e78187243d
|
cleaning and fix minor memory leak
|
2011-07-29 03:06:30 -04:00 |
|
Eliot Horowitz
|
b1ec205867
|
compile on linux3 SERVER-3457
|
2011-07-28 19:54:51 -04:00 |
|
gregs
|
64ae794bd8
|
don't re-add eval if already there
|
2011-07-28 19:08:35 -04:00 |
|
gregs
|
63afd29155
|
make sure write succeeds before querying
|
2011-07-28 17:57:53 -04:00 |
|
Eliot Horowitz
|
724fc134c4
|
make sure to drop the same dups on master and secondaries SERVER-1086
|
2011-07-28 17:24:42 -04:00 |
|
Eliot Horowitz
|
cd85624ed5
|
make godinsert work on slaves
|
2011-07-28 17:24:42 -04:00 |
|
gregs
|
8ca09e494d
|
Fix for smoke.py
|
2011-07-28 15:53:50 -04:00 |
|
gregs
|
af93c5d877
|
escaping for regex - SERVER-3471
|
2011-07-28 14:25:27 -04:00 |
|
gregs
|
05ed9407e3
|
clean test case SERVER-3471
|
2011-07-28 14:25:27 -04:00 |
|
gregs
|
d6cce7e211
|
some test case fixes for SERVER-1726
|
2011-07-28 14:25:27 -04:00 |
|
Kristina
|
d676de2512
|
ensure that the correct member is primary in test
|
2011-07-28 14:18:48 -04:00 |
|
gregs
|
8ac0b95fee
|
port tech could be >= 0
|
2011-07-28 13:24:59 -04:00 |
|
gregs
|
d1968d0838
|
less chatty waiting for rsclient
|
2011-07-28 12:56:49 -04:00 |
|
gregs
|
dad6351cfb
|
check host empty not port, port() always > 0
|
2011-07-28 12:56:48 -04:00 |
|
gregs
|
befbd5d49b
|
same fix for count_slaveok.js
|
2011-07-28 12:56:48 -04:00 |
|
gregs
|
0479284afc
|
ensure rs client on mongos sees slave connection
|
2011-07-28 12:56:48 -04:00 |
|
Kristina
|
a3ff513b09
|
more debugging for test
|
2011-07-28 12:21:13 -04:00 |
|
gregs
|
b776b8c9d3
|
additional logging for slave selection
|
2011-07-28 10:45:41 -04:00 |
|
Spencer T Brody
|
adec8da1fa
|
Don't iterate off the end of a string in mongoimport
|
2011-07-27 16:26:19 -04:00 |
|
gregs
|
d42d4c2a0c
|
add options to Futures SERVER-3405
|
2011-07-27 15:59:27 -04:00 |
|
gregs
|
a6f8968570
|
rename method SERVER-3405
|
2011-07-27 15:59:27 -04:00 |
|
gregs
|
e5d902202f
|
full API change to command interface, add options SERVER-3405
|
2011-07-27 15:59:27 -04:00 |
|
gregs
|
a1b65c6c76
|
test for count and distinct with slaveok SERVER-3405
|
2011-07-27 15:59:27 -04:00 |
|
gregs
|
cc43fc3e4a
|
change command api to allow command options SERVER-3405
|
2011-07-27 15:59:27 -04:00 |
|
gregs
|
0a3a147ffb
|
test and group slaveok fix for SERVER-3405
|
2011-07-27 15:59:26 -04:00 |
|
gregs
|
9551880b41
|
fix for 32 bit geo
|
2011-07-27 15:34:45 -04:00 |
|
Eliot Horowitz
|
0084b65772
|
fix shell assignment
|
2011-07-27 13:47:13 -04:00 |
|
gregs
|
b0fa1f80f3
|
while(true) spin with v8 too slow to interrupt
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
5c9b154159
|
start of explain additions to geo_full - SERVER-3139
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
3d1a47381a
|
add between assertion to js
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
4e35995b5e
|
remember seed with inaccuracy issue
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
a0f84c7f22
|
change name of extra explain function for cursor - SERVER-3277
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
9d058fb042
|
const operators for geohashes
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
4af8e70402
|
output the regions searched in explain for 2d searches - SERVER-3277
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
23cce73285
|
utility functions for logging / debugging
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
6ce2ed3332
|
only need to search until box is 1/2 width, our completion scan will catch the rest
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
1a1233fd67
|
allow custom explain extensions SERVER-3277
|
2011-07-27 12:37:46 -04:00 |
|
gregs
|
9f635c77d5
|
tracking for fixes for SERVER-3277
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
0105586b17
|
factor out $near extra point processing for each point - SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
1d93455733
|
refactor point checks into single method - SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
e5335c24fc
|
Add better many-points test
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
06ad5c3a9a
|
test fix SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
06018555df
|
make geo_full test reasonable again SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
2c5d3f57a0
|
working $near / geoNear with uniqueDocs, no syntax support for $near yet - SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
91904ad820
|
support for $uniqueDocs in $within queries - SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
0490cd8a76
|
refactoring, working as before, can now work on multi-points - SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
gregs
|
4b13175cdc
|
first draft of fixes... SERVER-3139
|
2011-07-27 12:37:45 -04:00 |
|
Spencer T Brody
|
e6996263b6
|
Update test to pass with V8
|
2011-07-27 12:44:35 -04:00 |
|
Spencer T Brody
|
7f492a7c6b
|
Allow inserting $MinKey and $MaxKey in v8
|
2011-07-27 11:32:35 -04:00 |
|
Eliot Horowitz
|
fdfbffbc2b
|
forgot an ssl #ifdef
|
2011-07-27 09:50:17 -04:00 |
|