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

innodb.innodb-fk-warnings fails on Windows

    XMLWordPrintable

Details

    Description

      innodb.innodb-fk-warnings 'innodb_plugin' [ fail ]
              Test ended at 2015-09-26 02:46:33
       
      CURRENT_TEST: innodb.innodb-fk-warnings
      --- C:/bzr/bb-win32/win32-debug2/build/mysql-test/suite/innodb/r/innodb-fk-warnings.result	2015-09-26 02:03:55.430198000 -0700
      +++ C:\bzr\bb-win32\win32-debug2\build\mysql-test\suite\innodb\r\innodb-fk-warnings.reject	2015-09-26 02:46:33.678692300 -0700
      @@ -70,7 +70,7 @@
       ERROR HY000: Can't create table '#sql-temporary' (errno: 150)
       show warnings;
       Level	Code	Message
      -Warning	150	Alter  table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a,b) references t1(a) close to ). Too few referenced columns, you have 1 when you should have 2.
      +Warning	150	Alter  table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a,b) references t1(a) close to ). Too few referenced columns, you have 1 when you should have 477.
       Error	1005	Can't create table '#sql-temporary' (errno: 150)
       drop table t1;
       create table t1(a int not null primary key, b int, key(b)) engine=innodb;
      @@ -78,7 +78,7 @@
       ERROR HY000: Can't create table '#sql-temporary' (errno: 150)
       show warnings;
       Level	Code	Message
      -Warning	150	Alter  table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a) references t1(a,b) close to ). Too few referenced columns, you have 2 when you should have 1.
      +Warning	150	Alter  table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a) references t1(a,b) close to ). Too few referenced columns, you have 2 when you should have 477.
       Error	1005	Can't create table '#sql-temporary' (errno: 150)
       drop table t1;
       create table t1 (f1 integer not null primary key) engine=innodb;
       
      mysqltest: Result length mismatch

      Attachments

        Issue Links

          Activity

            People

              jplindst Jan Lindström (Inactive)
              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.