mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-19 01:09:21 +08:00
Fix a code comment.
This commit is contained in:
@@ -8175,7 +8175,7 @@ sub main {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# ########################################################################
|
# ########################################################################
|
||||||
# Check the --alter statement. This is done again after the
|
# Check the --alter statement.
|
||||||
# ########################################################################
|
# ########################################################################
|
||||||
my $renamed_cols = {};
|
my $renamed_cols = {};
|
||||||
if ( my $alter = $o->get('alter') ) {
|
if ( my $alter = $o->get('alter') ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user