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

connect.vcol fails on Windows

    XMLWordPrintable

Details

    Description

      H:\work\server\xxx\mysql-test>perl mysql-test-run.pl connect.vcol
      ...
      connect.vcol                             [ fail ]
              Test ended at 2017-03-27 19:45:42
       
      CURRENT_TEST: connect.vcol
      mysqltest: At line 13: query 'select * from t1' failed: 1296: Got error 174 'Fil
      e boys.txt is not fixed length, len=282 lrecl=48' from CONNECT
       
      The result from queries just before the failure was:
      create table t1 (
      #linenum int(6) not null default 0 special=rowid,
      name char(12) not null,
      city char(11) not null,
      birth date not null date_format='DD/MM/YYYY',
      hired date not null date_format='DD/MM/YYYY' flag=36,
      agehired int(3) as (floor(datediff(hired,birth)/365.25))
      )
      engine=CONNECT table_type=FIX file_name='boys.txt' mapped=YES lrecl=47;
      select * from t1;
       
       - saving 'H:/work/server/xxx/mysql-test/var/log/connect.vcol/' to 'H:/work/serv
      er/xxx/mysql-test/var/log/connect.vcol/'
      --------------------------------------------------------------------------
      The servers were restarted 0 times
      Spent 0.000 of 20 seconds executing testcases
       
      Failure: Failed 1/1 tests, 0.00% were successful.
      

      Attachments

        Activity

          People

            bertrandop Olivier Bertrand
            wlad Vladislav Vaintroub
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.