Currently the oplog parsing is largely done by IDL, but parsing command names to command enum values is done outside. By moving it into the IDL we make things simpler (especially when adding new command values) and take advantage of IDL performance improvements.
- depends on
-
SERVER-85497 IDL: make gen_trie generate a complete lookup function
- Closed
- has to be done after
-
SERVER-82940 Use tries for IDL enumeration lookups
- Closed