Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Run a check of metadata
This is request to add feature to identify invalid objects like views, procedures etc.
Database objects can be invalid when base table altered/drop
Could be some information_schema query would be helpful
Note that invalid views can be identified with:
select * from information_schema.tables where table_schema not in ('INFORMATION_SCHEMA','performance_schema','mysql','sys') and table_type='VIEW' and table_comment like '%invalid%';
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Key | MDEV-29354 | MENT-1647 |
Project | MariaDB Server [ 10000 ] | MariaDB Enterprise [ 11500 ] |
Assignee | Muhammad Irfan [ muhammad.irfan ] |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Description |
This is request to add feature to identify invalid objects like views, procedures etc.
Database objects can be invalid when base table altered/drop Could be some information_schema query would be helpful |
This is request to add feature to identify invalid objects like views, procedures etc.
Database objects can be invalid when base table altered/drop Could be some information_schema query would be helpful Note that invalid views can be identified with: select * from information_schema.tables where table_schema not in ('INFORMATION_SCHEMA','performance_schema','mysql','sys') and table_type='VIEW' and table_comment like '%invalid%'; |
Key | TOOLS-54 | MDEV-32621 |
Workflow | Software Simplified Workflow for Project TOOLS [ 171306 ] | MariaDB v4 [ 181581 ] |
Project | MariaDB Tools [ 12900 ] | MariaDB Server [ 10000 ] |
Status | To Do [ 10003 ] | Open [ 1 ] |
Assignee | Muhammad Irfan [ muhammad.irfan ] |
Priority | Minor [ 4 ] | Critical [ 2 ] |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Fix Version/s | 11.6 [ 29515 ] |
Fix Version/s | 11.7 [ 29815 ] | |
Fix Version/s | 11.6 [ 29515 ] |
Labels | triage |
Zendesk Related Tickets | 201611 | |
Zendesk active tickets | 201611 |
Fix Version/s | 11.8 [ 29921 ] | |
Fix Version/s | 11.7 [ 29815 ] |
Assignee | Sergei Golubchik [ serg ] |
Fix Version/s | 11.8 [ 29921 ] |
Fix Version/s | 11.9 [ 29945 ] |
Description |
This is request to add feature to identify invalid objects like views, procedures etc.
Database objects can be invalid when base table altered/drop Could be some information_schema query would be helpful Note that invalid views can be identified with: select * from information_schema.tables where table_schema not in ('INFORMATION_SCHEMA','performance_schema','mysql','sys') and table_type='VIEW' and table_comment like '%invalid%'; |
Run a check of metadata:
This is request to add feature to identify invalid objects like views, procedures etc. Database objects can be invalid when base table altered/drop Could be some information_schema query would be helpful Note that invalid views can be identified with: select * from information_schema.tables where table_schema not in ('INFORMATION_SCHEMA','performance_schema','mysql','sys') and table_type='VIEW' and table_comment like '%invalid%'; |
Description |
Run a check of metadata:
This is request to add feature to identify invalid objects like views, procedures etc. Database objects can be invalid when base table altered/drop Could be some information_schema query would be helpful Note that invalid views can be identified with: select * from information_schema.tables where table_schema not in ('INFORMATION_SCHEMA','performance_schema','mysql','sys') and table_type='VIEW' and table_comment like '%invalid%'; |
Run a check of metadata
This is request to add feature to identify invalid objects like views, procedures etc. Database objects can be invalid when base table altered/drop Could be some information_schema query would be helpful Note that invalid views can be identified with: select * from information_schema.tables where table_schema not in ('INFORMATION_SCHEMA','performance_schema','mysql','sys') and table_type='VIEW' and table_comment like '%invalid%'; |
Labels | triage |
Fix Version/s | 12.1 [ 29992 ] | |
Fix Version/s | 12.0 [ 29945 ] |
Fix Version/s | 12.1 [ 29992 ] |
Wasn't this complete with
MDEV-5816? (well except for some related linked issues)