diff options
author | Michael Widenius <monty@askmonty.org> | 2011-01-07 18:07:22 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-01-07 18:07:22 +0200 |
commit | 934c57c77e19109943e45c9b94658efc107ded1e (patch) | |
tree | 02799a0a60333ab63d3cc229b06dd8f934072828 /scripts | |
parent | b2abd1cb0c7af997cca8819bd7df56b307fcb2b6 (diff) | |
parent | c0fc6d42ace74938c0d39907ddf8acfbeb4d247e (diff) | |
download | mariadb-git-934c57c77e19109943e45c9b94658efc107ded1e.tar.gz |
merge with 5.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_convert_table_format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_convert_table_format.sh b/scripts/mysql_convert_table_format.sh index 6f586d0e8e0..7983982913c 100644 --- a/scripts/mysql_convert_table_format.sh +++ b/scripts/mysql_convert_table_format.sh @@ -28,7 +28,7 @@ $opt_port=0; $exit_status=0; GetOptions( - "e|engine|type=s" => \$opt_type, + "e|engine|type=s" => \$opt_engine, "f|force" => \$opt_force, "help|?" => \$opt_help, "h|host=s" => \$opt_host, |