-
Notifications
You must be signed in to change notification settings - Fork 743
Fix database field in audit log move operations #14652
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
Fix database field in audit log move operations #14652
Conversation
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ DetailsTest history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
(cherry picked from commit 0921658)
Changelog entry
There is no WorkingDirectory parameter in "move" scheme shard operations. Audit logs use this parameter to define database label in log. So I took directory for defining database from source path of move operations in order to fix lack of database in audit logs.
Changelog category
Description for reviewers
...