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

innodb.alter_varchar_change failed in buildbot with wrong result

    XMLWordPrintable

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-centos6-x86/builds/1209

      10.5 30d41c8102c36af7551b3ae77e48efbe

      innodb.alter_varchar_change 'innodb'     w3 [ fail ]
              Test ended at 2020-06-15 20:48:04
       
      CURRENT_TEST: innodb.alter_varchar_change
      --- /usr/local/mariadb-10.5.4-linux-i686/mysql-test/suite/innodb/r/alter_varchar_change.result	2020-06-15 19:37:25.000000000 +0300
      +++ /usr/local/mariadb-10.5.4-linux-i686/mysql-test/suite/innodb/r/alter_varchar_change.reject	2020-06-15 20:48:04.749806368 +0300
      @@ -494,9 +494,11 @@
       create table t (a varchar(100)) engine=innodb;
       select name, pos, mtype, prtype, len from information_schema.innodb_sys_columns where name='a';
       name	pos	mtype	prtype	len
      +a	0	6	1800	8
       a	0	1	524303	100
       alter table t modify a varchar(110), algorithm=inplace;
       select name, pos, mtype, prtype, len from information_schema.innodb_sys_columns where name='a';
       name	pos	mtype	prtype	len
      +a	0	6	1800	8
       a	0	1	524303	110
       drop table t;
       
      mysqltest: Result length mismatch
      

      Attachments

        Activity

          People

            marko Marko Mäkelä
            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.