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

Skip to content

Remove undocumented shorthand for when setting keys #383

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 2, 2025

Conversation

jeltz
Copy link
Collaborator

@jeltz jeltz commented May 30, 2025

If we passed NULL as the pkey provider name we used to pick the current key provider which was an undcoumented feature which made the code and API harder to understand. Let's jsut remove it and see if people complain.

@jeltz jeltz requested review from dutow and dAdAbird as code owners May 30, 2025 21:31
@codecov-commenter
Copy link

codecov-commenter commented May 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.47%. Comparing base (1fdddb9) to head (b364c54).
Report is 38 commits behind head on TDE_REL_17_STABLE.

❌ Your project status has failed because the head coverage (85.47%) 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     #383      +/-   ##
=====================================================
+ Coverage              84.91%   85.47%   +0.56%     
=====================================================
  Files                     22       22              
  Lines                   2611     2602       -9     
  Branches                 397      393       -4     
=====================================================
+ Hits                    2217     2224       +7     
+ Misses                   314      303      -11     
+ Partials                  80       75       -5     
Components Coverage Δ
access 84.20% <78.26%> (+1.24%) ⬆️
catalog 88.43% <72.46%> (+0.42%) ⬆️
common 91.80% <100.00%> (ø)
encryption 73.45% <84.61%> (-2.03%) ⬇️
keyring 72.00% <ø> (ø)
src 91.40% <ø> (ø)
smgr 97.41% <98.64%> (+0.12%) ⬆️
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

If we passed NULL as the pkey provider name we used to pick the current
key provider which was an undcoumented feature which made the code and
API harder to understand. Let's jsut remove it and see if people
complain.
@jeltz jeltz force-pushed the tde/rm-set-default-provider branch from acaa377 to b364c54 Compare May 30, 2025 21:38
@jeltz jeltz merged commit 106033b into percona:TDE_REL_17_STABLE Jun 2, 2025
16 checks passed
@jeltz jeltz deleted the tde/rm-set-default-provider branch June 4, 2025 10:24
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