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

Unexpected ER_REQUIRES_PRIMARY_KEY upon adding vector key to DuckDB table

    XMLWordPrintable

Details

    Description

      install soname 'ha_duckdb';
       
      create table t (
        pk int primary key,
        v vector(1) not null,
        vector(v)
      ) engine=DuckDB;
      

      11.8 9cc1471be87050d472fd458817e421f1a4c9b993

      mysqltest: At line 3: query 'create table t (
      pk int primary key,
      v vector(1) not null,
      vector(v)
      ) engine=DuckDB' failed: ER_REQUIRES_PRIMARY_KEY (1173): This table type requires a primary key
      

      Attachments

        Activity

          People

            serg Sergei Golubchik
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.