Skip to content

Commit

Permalink
Remove useless test innodb.innodb_bug60049
Browse files Browse the repository at this point in the history
The test innodb.innodb_bug60049 used to check that the record
(ID,NAME)=(12,'SYS_FOREIGN_COLS') is the last record in the
secondary index of the system table SYS_TABLES.
But, ever since commit 2336558
or mysql/mysql-server@082d596
that record no longer is the last one in the table!

The more recent test innodb.purge_secondary covers the purge
functionality much better.
  • Loading branch information
dr-m committed Feb 15, 2021
1 parent 6f14230 commit e926964
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
8 changes: 0 additions & 8 deletions mysql-test/suite/innodb/r/innodb_bug60049.result

This file was deleted.

1 change: 0 additions & 1 deletion mysql-test/suite/innodb/t/innodb_bug60049-master.opt

This file was deleted.

49 changes: 0 additions & 49 deletions mysql-test/suite/innodb/t/innodb_bug60049.test

This file was deleted.

0 comments on commit e926964

Please sign in to comment.