Skip to content

MCOL-5601: Initilize two fields once in ctor instead of calling makeConfig [stable-23.10] #3074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

mariadb-LeonidFedorov
Copy link
Collaborator

std::string fTmpDir = config::Config::makeConfig()->getTempFileDir(config::Config::TempDirPurpose::Aggregates); 
std::string fCompStr = config::Config::makeConfig()->getConfig("RowAggregation", "Compression");

…f calling makeConfig

std::string fTmpDir = config::Config::makeConfig()->getTempFileDir(config::Config::TempDirPurpose::Aggregates);
std::string fCompStr = config::Config::makeConfig()->getConfig("RowAggregation", "Compression");
@mariadb-LeonidFedorov mariadb-LeonidFedorov merged commit 0c6876d into stable-23.10 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants