Skip to content

Commit 97f4285

Browse files
committed
Bug#35784192 tablespace is missing for table innodb_undo_002 [postfix]
Remove MySQL versions number from MTR test. Change-Id: I3973435edbbc8bf442846c617ade4b5b824bb8c2
1 parent 37c96c1 commit 97f4285

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mysql-test/suite/innodb_undo/r/purge_on_replica.result

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ where file_name like "%undo%";
3131
TABLESPACE_NAME FILE_NAME
3232
innodb_undo_001 ./undo_001
3333
innodb_undo_002 ./undo_002
34-
select name, row_format, server_version from information_schema.innodb_tablespaces
34+
select name, row_format from information_schema.innodb_tablespaces
3535
where name like '%undo%';
36-
name row_format server_version
37-
innodb_undo_001 Undo 8.4.0
38-
innodb_undo_002 Undo 8.4.0
36+
name row_format
37+
innodb_undo_001 Undo
38+
innodb_undo_002 Undo
3939
# 5: undo files undo_001 and undo_002 are expected to exist,
4040
# while files undo_001_trunc.log and undo_002_trunc.log are expected to not exist
4141
undo_001

mysql-test/suite/innodb_undo/t/purge_on_replica.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ connection slave;
5252

5353
select tablespace_name, file_name from information_schema.files
5454
where file_name like "%undo%";
55-
select name, row_format, server_version from information_schema.innodb_tablespaces
55+
select name, row_format from information_schema.innodb_tablespaces
5656
where name like '%undo%';
5757

5858
let $MYSQLD_DATADIR = `select @@datadir`;

0 commit comments

Comments
 (0)