Skip to content

StoreGate+SGTools: Merge string pools on start().

Scott Snyder requested to merge ssnyder/athena:poolmerge.StoreGate-20220722 into 22.0

Add an action to start() to merge the string pool from the default store to the individual slot stores. This way, each slot will know about any hash registrations done during initialize().

See ATEAM-846.

Merge request reports