-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
Fully Compatible
-
ALL
-
IndexCatalog::_fixIndexSpec has this code:
1119 else if ( s == "dropDup" ) { 1120 // dropDups is silently ignored and removed from the spec as of SERVER-14710. 1121 }
I believe "dropDup" should be "dropDups".
Version: 10827279fbc6380d4d7774837022b65b3204a988
- is related to
-
SERVER-14710 Remove dropDups support from index building
- Closed