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

ER_SQL_DISCOVER_ERROR upon updating vector key column using incorrect value

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 11.7(EOL)
    • 11.7.2
    • Vector search
    • None

    Description

      create table t (v vector(1) not null, vector(v));
      insert into t values (0x31313131);
      flush tables;
      --error ER_ILLEGAL_PARAMETER_DATA_TYPES2_FOR_OPERATION
      update t set v = 1;
      drop table t;
      

      11.7 bc32705f46fa93d9700a20c8d439e48e5c352272

      mysqltest: At line 5: query 'update t set v = 1' failed with wrong errno ER_SQL_DISCOVER_ERROR (1939): 'Engine MyISAM failed to discover table `test`.`t` with 'CREATE TABLE i (                     layer tinyint not null,            tref varbinary(6),                vec blob not null,                 neighbors blob not null,           unique (tref),                     key (layer))                     '', instead of ER_ILLEGAL_PARAMETER_DATA_TYPES2_FOR_OPERATION (4078)...
      

      Attachments

        Issue Links

          Activity

            There are no comments yet on this issue.

            People

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