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

MariaRocks: rocksdb.type_text_indexes fails

    XMLWordPrintable

Details

    Description

      rocksdb.type_text_indexes                [ fail ]
              Test ended at 2016-11-20 21:04:33
       
      CURRENT_TEST: rocksdb.type_text_indexes
      mysqltest: At line 164: query 'INSERT INTO t1 (b) VALUES (''), (_binary 0x0), (' ')' succeeded - should have failed with errno 1062...
      

      A part of testcase that fails:

      CREATE TABLE t1 (
        b LONGTEXT CHARACTER SET "latin1" COLLATE "latin1_bin",
        PRIMARY KEY b (b(32))
      ) ENGINE=rocksdb;
       
      --error ER_DUP_ENTRY
      INSERT INTO t1 (b) VALUES (''), (_binary 0x0), (' ');
      

      Attachments

        Issue Links

          Activity

            People

              psergei Sergei Petrunia
              psergei Sergei Petrunia
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.