Skip to content

Commit d9b8352

Browse files
arcivanovdr-m
authored andcommitted
Rename mdev_37977 test to deadlock_report
Use a descriptive area-based test name instead of a ticket number. Reorder `--source` includes before the per-test header comment.
1 parent de5ab15 commit d9b8352

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.

mysql-test/suite/innodb/t/mdev_37977.test renamed to mysql-test/suite/innodb/t/deadlock_report.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
--source include/not_embedded.inc
2+
--source include/have_innodb.inc
3+
--source include/count_sessions.inc
4+
15
--echo #
26
--echo # MDEV-37977 InnoDB deadlock report incorrectly reports
37
--echo # rolled back transaction number
48
--echo #
59

6-
--source include/not_embedded.inc
7-
--source include/have_innodb.inc
8-
--source include/count_sessions.inc
9-
1010
SET @save_print_all_deadlocks= @@GLOBAL.innodb_print_all_deadlocks;
1111
SET GLOBAL innodb_print_all_deadlocks= ON;
1212

0 commit comments

Comments
 (0)