Self assignment
The variable's value will not change, so the assignment has no effect. Assignment of a variable or expression to itself has no effect
/src/mongo/s/catalog/type_config_version.cpp:102: NO_EFFECT 134120 Assigning "version._currentVersion" to itself has no effect.
- is caused by
-
SERVER-68888 Remove deprecated fields from config.version
- Closed