-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: do not include inaccessible columns in information_schema.columns
This commit omits inaccessible columns from the `information_schema.columns` table. Inaccessible columns are also excluded in `SHOW COLUMNS` due to its reliance on `information_schema.columns`. Fixes #70505 Release note (bug fix): Internal columns created by the system to support expression indexes are now omitted from the output of `SHOW COLUMNS` statements and the `information_schema.columns` table.
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
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
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