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

uuid_short() to support sortable layout

    XMLWordPrintable

Details

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

    Description

      uuid_short() is defined as

      server_id << 56 +server_start_time << 24
      

      Storing server_id in MSB makes ORDER BY sort it first by server, then by time.

      A common request is to make it time-first sorted.

      Two ways to do that:
      1. bool add argument
      2. add new function like uuid_short_sorted()

      both ways it should use the existing uuid generator

      Attachments

        Activity

          People

            Unassigned Unassigned
            nikitamalyavin Nikita Malyavin
            Votes:
            1 Vote for this issue
            Watchers:
            3 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.