-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sqlbase: plumb DummyPrivilegedAccessor to relevant initializers #45413
Conversation
pkg/sql/planner.go
Outdated
p.extendedEvalCtx.SessionAccessor = p | ||
p.extendedEvalCtx.PrivilegedAccessor = p |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit]: unnecessary change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm just tryna keep the order the same hahahah
lgtm aside from nit |
Oh i didn't notice that -- i don't mind either way |
bors r=rohany |
Build failed |
No functional change but a help with debugging, initialize PrivilegedAccessor with a dummy one much like we do with SessionAccessor. Release note: None
bors r=rohany |
Build failed |
bors r=rohany
Flake with bench again.
…On Wed, 26 Feb 2020, 1:26 pm craig[bot], ***@***.***> wrote:
Build failed
- GitHub CI (Cockroach)
<https://teamcity.cockroachdb.com/viewLog.html?buildId=1766677&buildTypeId=Cockroach_UnitTests>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#45413?email_source=notifications&email_token=AA32FQ6GB2APDRXECXQJ3GDREXHL7A5CNFSM4K3WDVWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM6RDQQ#issuecomment-591204802>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA32FQ6VUM45MQDJPFQDAL3REXHL7ANCNFSM4K3WDVWA>
.
|
Build failed |
bors r=rohany
Different flake....
…On Wed, 26 Feb 2020, 2:02 pm craig[bot], ***@***.***> wrote:
Build failed
- GitHub CI (Cockroach)
<https://teamcity.cockroachdb.com/viewLog.html?buildId=1766742&buildTypeId=Cockroach_UnitTests>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#45413?email_source=notifications&email_token=AA32FQ24C6JF76P5QILERTDREXLTJA5CNFSM4K3WDVWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM6TIIY#issuecomment-591213603>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA32FQ3LTL6G5GUSYTJ6XC3REXLTJANCNFSM4K3WDVWA>
.
|
Build succeeded |
Refs: #45408
No functional change but a help with debugging, initialize
PrivilegedAccessor with a dummy one much like we do with
SessionAccessor.
Release note: None