Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Clean up static functions in tde_keyring.c #394

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
merged 1 commit into from
Jun 5, 2025

Conversation

jeltz
Copy link
Collaborator

@jeltz jeltz commented Jun 4, 2025

Several functions which should have been static were not decleared as such and they also took a pointless write_xlog argument which always was true.

Plus add a couple of missing static annotations.

@jeltz jeltz requested review from dutow and dAdAbird as code owners June 4, 2025 17:20
@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2025

Codecov Report

Attention: Patch coverage is 76.00000% with 12 lines in your changes missing coverage. Please review.

Project coverage is 85.23%. Comparing base (dc84908) to head (78e1607).

❌ Your project status has failed because the head coverage (85.23%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                Coverage Diff                 @@
##           TDE_REL_17_STABLE     #394   +/-   ##
==================================================
  Coverage              85.23%   85.23%           
==================================================
  Files                     22       22           
  Lines                   2533     2533           
  Branches                 384      384           
==================================================
  Hits                    2159     2159           
  Misses                   300      300           
  Partials                  74       74           
Components Coverage Δ
access 84.20% <ø> (ø)
catalog 87.95% <76.00%> (ø)
common 91.80% <ø> (ø)
encryption 73.45% <ø> (ø)
keyring 72.00% <ø> (ø)
src 91.40% <ø> (ø)
smgr 97.41% <ø> (ø)
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Several functions which should have been static were not decleared as
such and they also took a pointless write_xlog argument which always was
true.

Plus add a couple of missing static annotations.
@jeltz jeltz force-pushed the tde/keyring-cleanup branch from abb3190 to 78e1607 Compare June 4, 2025 17:59
@jeltz jeltz merged commit d37fa69 into percona:TDE_REL_17_STABLE Jun 5, 2025
16 checks passed
@jeltz jeltz deleted the tde/keyring-cleanup branch June 6, 2025 15:07
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.

3 participants