Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-32621

Identify invalid view/procedures/functions

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 11.6
    • None
    • None

    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%';

      Attachments

        Activity

          People

            Unassigned Unassigned
            muhammad.irfan Muhammad Irfan
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.