Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.6, 10.11, 11.4, 11.8, 10.5(EOL)
-
None
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
|