Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
@@new_mode variable is currently very developer and merge-unfriendly.
When adding a variable, one needs to:
- add a name
- update NEW_MODE_MAX
- renumber names in new_mode_hidden_names

When merging to the release where new behavior becomes the default, one needs to:
- Re-number constants in new_mode_hidden_names (is this necessary)?
- Change the name of the constant.
This MDEV is about studying how to make this simpler.