-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: APIs
-
None
-
Storage Engines
Extend conn_api.c to support new get_version method
Background:
We have encountered some user inquiries about how to obtain the wiredtiger version information, currently we can only go to the mongodb data directory, and then open the wiredtiger file to obtain the version information, this way is very inconvenient.
after this PR:
We can obtain the wiredtiger version information through the interface
- is duplicated by
-
SERVER-90528 add wiredtiger version in command of db.serverStatus().wiredTiger
- Closed