mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-21 10:17:18 +00:00
PT-1853 Changed wording
This commit is contained in:
@@ -12201,8 +12201,8 @@ L<"--print"> and verify that the triggers are correct.
|
|||||||
|
|
||||||
default: yes
|
default: yes
|
||||||
|
|
||||||
Check for self-referencing foreing keys. Currently self referencing FKs are
|
Check for self-referencing foreign keys. Currently self referencing FKs are
|
||||||
not fully supported so to prevent errors, this program wont't run if the table
|
not full supported, so, to prevent errors, this program won't run if the table
|
||||||
has self-referencing foreign keys. Use this parameter to disable self-referencing
|
has self-referencing foreign keys. Use this parameter to disable self-referencing
|
||||||
FK checks.
|
FK checks.
|
||||||
|
|
||||||
|
@@ -52,7 +52,7 @@ $sb->load_file('master', "t/pt-online-schema-change/samples/pt-1853.sql");
|
|||||||
isnt(
|
isnt(
|
||||||
$exit_status,
|
$exit_status,
|
||||||
0,
|
0,
|
||||||
"PT-1853, there are self referencing FKs -> exit status != 0",
|
"PT-1853, there are self-referencing FKs -> exit status != 0",
|
||||||
);
|
);
|
||||||
|
|
||||||
($output, $exit_status) = full_output(
|
($output, $exit_status) = full_output(
|
||||||
@@ -69,7 +69,7 @@ isnt(
|
|||||||
isnt(
|
isnt(
|
||||||
$exit_status,
|
$exit_status,
|
||||||
0,
|
0,
|
||||||
"PT-1853, there are self referencing FKs but --no-check-foreign-keys was specifid -> exit status = 0",
|
"PT-1853, there are self-referencing FKs but --no-check-foreign-keys was specified -> exit status = 0",
|
||||||
);
|
);
|
||||||
|
|
||||||
# #############################################################################
|
# #############################################################################
|
||||||
|
Reference in New Issue
Block a user