-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: qualify table name for alter_table_owner event log
Fixes #57960. Previously, event logs were not capturing the qualified table names for ALTER TABLE OWNER commands. This PR changes the event logs to use the qualified table name. Tests were fixed to reflect these changes. Release note (bug fix): qualify table name for alter_table_owner event log
- Loading branch information
1 parent
9fa3e82
commit 81e0172
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters