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

"Internal (unspecified) error in handler" from storage engine CONNECT

    XMLWordPrintable

Details

    Description

      Compressed files caused an unhandled error.

      # echo 1,test1 > test.tsv
      # echo 2,test2 >> test.tsv
      # gzip test.tsv

      CREATE TABLE test (
        c1 VARCHAR(100) NOT NULL field_format='%n%[^,]%n',
        c2 VARCHAR(100) NOT NULL field_format=',%n%s%n'
      )
      ENGINE=CONNECT table_type=FMT COMPRESS=1 file_name='test.tsv.gz';
      Select * from test;

      Got error 122 "Internal (unspecified) error in handler" from storage engine CONNECT

      Attachments

        1. test.gz
          0.0 kB
        2. test.tsv.gz
          0.0 kB
        3. test.tsv2.gz
          0.0 kB

        Activity

          People

            bertrandop Olivier Bertrand
            ynaguib Younes Naguib
            Votes:
            1 Vote for this issue
            Watchers:
            4 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.