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

aria_pack ignores --ignore-control-file option

    XMLWordPrintable

Details

    Description

      --let $datadir= `select @@datadir`
      create table t1 like mysql.help_topic;
      alter table t1 transactional=1;
      insert into t1 select * from mysql.help_topic;
      --let $shutdown_timeout= 0
      --source include/shutdown_mysqld.inc
      --exec $MARIA_PACK --datadir=$datadir $datadir/test/t1.MAI --ignore-control-file
      --source include/start_mysqld.inc
       
      drop table t1;
      

      main 4b79d7b8ee557d53a859aedec839b8673585b514

      '/src/mysql-test/var/mysqld.1/data//test/t1.MAI' has transactions newer than registered in control file. If this is ok, please re-run with --ignore-control-file
      mysqltest: At line 7: exec of '/src/storage/maria/aria_pack --datadir=/src/mysql-test/var/mysqld.1/data/ /src/mysql-test/var/mysqld.1/data//test/t1.MAI --ignore-control-file' failed, error: 512, status: 2, errno: 32
      

      Attachments

        Activity

          People

            monty Michael Widenius
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: