Skip to content
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

[CBRD-24942] System parameter oracle_compat_number_behavior not reflected in CAS #4606

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

beyondykk9
Copy link
Contributor

http://jira.cubrid.org/browse/CBRD-24942

In numeric_db_value_print of CAS oracle_compat_number variable is declared as "static bool". It's because of performance to get a system parameter rapidly. This static variable mislead the parameter setting "oracle_compat_number_behavior". Since the system parameter "oracle_compat_number_behavior" is changed and server restarted, the variable oracle_compat_number is not reflect it. Consequently, the static variable oracle_compat_number should not be static variable.

@beyondykk9 beyondykk9 added this to the fig milestone Aug 24, 2023
@beyondykk9 beyondykk9 requested a review from ctshim August 24, 2023 00:30
@beyondykk9 beyondykk9 self-assigned this Aug 24, 2023
@beyondykk9 beyondykk9 merged commit d0e2831 into CUBRID:develop Aug 24, 2023
10 checks passed
@beyondykk9 beyondykk9 deleted the CBRD-24942 branch August 24, 2023 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants