-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Storage, WiredTiger
-
None
-
Fully Compatible
-
ALL
-
Quint 3.1.0, Quint Iteration 3.1.1, Quint Iteration 4, Quint Iteration 5, Quint Iteration 6
WiredTigerRecordStore::parseOptionsField and WiredTigerIndex::parseIndexOptions currently only check that storageEngine.wiredTiger.configString is a string. They should be changed to call wiredtiger_config_validate() and verify that the configuration is valid to pass to WT_SESSION::create.
- depends on
-
WT-1739 Add an API to validate configuration strings.
- Closed