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

Add XXH hash function

    XMLWordPrintable

Details

    • Q2/2026 Server Maintenance, Q2/2026 Server Development

    Description

      MDEV-9826 adds some xxh use in the server, now we can add an sql function, same as md5 and others

      After discussion with the team (bar,serg,ycp), we decided to go with the following function signatures:

      XXH32(expr) --> INT UNSIGNED
      XXH3(expr) --> BIGINT UNSIGNED
      XXH64(expr) --> BIGINT UNSIGNED (will be done in a spearate task)
      XXH128(expr) --> BINARY(16)    (will be done in a separate task)
      

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              nikitamalyavin Nikita Malyavin
              Roel Van de Paar Roel Van de Paar
              Votes:
              0 Vote for this issue
              Watchers:
              7 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.