Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Merge requests
!884
chore: clarify owner/initiator relation for Op::Ddl
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: clarify owner/initiator relation for Op::Ddl
dkr/clarify-initiator
into
master
Overview
2
Commits
1
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Merged
Dmitry Rodionov
requested to merge
dkr/clarify-initiator
into
master
1 year ago
Overview
2
Commits
1
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Expand
Summary
chore: clarify owner/initiator relation for Op::Ddl
Close #...
Target branch: master
Changes should be cherry-picked to 24.1: yes / no
Docs follow-up: not necessary /
new issue
1
0
Merge request reports
Compare
master
version 1
92f75651
1 year ago
master (base)
and
latest version
latest version
8a3400d5
1 commit,
1 year ago
version 1
92f75651
1 commit,
1 year ago
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/traft/op.rs
+
5
−
0
Options
@@ -485,6 +485,11 @@ pub struct DmlInLua {
// Ddl
////////////////////////////////////////////////////////////////////////////////
/// Represents Ddl operations performed on the cluster.
///
/// Note: for the purpose of audit log in some variants we keep initiator field.
/// For Create<...> operations initiator and owner are the same,
/// so owner is used to avoid duplication.
#[derive(Clone,
Debug,
Serialize,
Deserialize,
PartialEq,
Eq)]
#[serde(rename_all
=
"snake_case"
)]
#[serde(tag
=
"kind"
)]
Loading