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

innodb.innodb-fk-warnings fails on Windows

    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
      

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              elenst Elena Stepanova added a comment -

              See also MDEV-8854 for platform-independent complaints about the warnings.

              Show
              elenst Elena Stepanova added a comment - See also MDEV-8854 for platform-independent complaints about the warnings.
              Hide
              jplindst Jan Lindström added a comment -

              commit a95711e45d45ec3f024468373087160fc9e4ff6b
              Author: Jan Lindström <jan.lindstrom@mariadb.com>
              Date: Tue Sep 29 08:39:54 2015 +0300

              MDEV-8855: innodb.innodb-fk-warnings fails on Windows

              Fixed incorrect access to freed memory.

              Show
              jplindst Jan Lindström added a comment - commit a95711e45d45ec3f024468373087160fc9e4ff6b Author: Jan Lindström <jan.lindstrom@mariadb.com> Date: Tue Sep 29 08:39:54 2015 +0300 MDEV-8855 : innodb.innodb-fk-warnings fails on Windows Fixed incorrect access to freed memory.

                People

                • Assignee:
                  jplindst Jan Lindström
                  Reporter:
                  elenst Elena Stepanova
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  2 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: