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

Fetch MariaDB Sequences metadata

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 11.0
    • Sequences
    • None

    Description

      We can fetch table's metadata using INFORMATION_SCHEMA.TABLES.

      Now I want to do something similar for SEQUENCES.

      I have been able get list of sequence names using the TABLE_TYPE = SEQUENCE filter in INFORMATION_SCHEMA.TABLES and I can get individual sequence information i.e max_value, min_value etc using

      SELECT * FROM sequenceName;

      But this creates difficulty since its difficult get all info at once. My present application design needs to get the information in bulk.

      Would it be possible to know in which server table is the sequence metadata stored and whether its accessible or not?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tanmaymajumdar Tanmay Majumdar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

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