Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.3(EOL)
-
None
Description
innodb.trx_id_future fails in buildbot with "Table doesn't exist in engine"
10.1 1f498f901b394e869c430b777fdc233a |
innodb.trx_id_future 'innodb_plugin' w2 [ fail ]
|
Test ended at 2019-07-23 14:45:00
|
|
CURRENT_TEST: innodb.trx_id_future
|
mysqltest: At line 57: query 'SELECT * FROM t1' failed: 1932: Table 'test.t1' doesn't exist in engine
|
|
The result from queries just before the failure was:
|
#
|
# Bug #20445525 ADD A CONSISTENCY CHECK AGAINST DB_TRX_ID BEING
|
# IN THE FUTURE
|
#
|
CREATE TABLE t1(a INT) row_format=redundant engine=innoDB;
|
INSERT INTO t1 VALUES(1);
|
NOT FOUND /\[Warning\] InnoDB: A transaction id in a record of table `test`\.`t1` is newer than the system-wide maximum/ in mysqld.1.err
|
call mtr.add_suppression("\\[Warning\\] InnoDB: A transaction id in a record of table `test`\\.`t1` is newer than the system-wide maximum");
|
SELECT * FROM t1;
|
Attachments
Issue Links
- is caused by
-
MDEV-13626 Merge InnoDB test cases from MySQL 5.7
- Closed