mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
t/pt-online-schema-change/basics.t: --statistics test outputs an extra line in 5.5
This commit is contained in:
@@ -654,7 +654,9 @@ ok(
|
||||
'--execute', '--statistics',
|
||||
'--alter', "modify column val ENUM('M','E','H') NOT NULL")
|
||||
},
|
||||
"$sample/stats-execute.txt",
|
||||
($sandbox_version ge '5.5'
|
||||
? "$sample/stats-execute-5.5.txt"
|
||||
: "$sample/stats-execute.txt"),
|
||||
),
|
||||
"--statistics --execute"
|
||||
);
|
||||
|
Reference in New Issue
Block a user