diff options
author | Monty <monty@mariadb.org> | 2014-08-03 15:12:53 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2014-08-09 13:22:01 +0300 |
commit | b4c74e2ab4c3676dd081421649de83ee0fb0f63c (patch) | |
tree | fb2d2f915ad4bb26842d378d80f04819e2b00bb3 /scripts/mysql_fix_extensions.sh | |
parent | 3bde13932ee53ee765a858e4413bc6c6af296d4b (diff) | |
download | mariadb-git-b4c74e2ab4c3676dd081421649de83ee0fb0f63c.tar.gz |
Change MySQL -> MariaDB inc scripts
Diffstat (limited to 'scripts/mysql_fix_extensions.sh')
-rw-r--r-- | scripts/mysql_fix_extensions.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mysql_fix_extensions.sh b/scripts/mysql_fix_extensions.sh index 2a50bfe22bb..79a9461fbb4 100644 --- a/scripts/mysql_fix_extensions.sh +++ b/scripts/mysql_fix_extensions.sh @@ -18,10 +18,10 @@ # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, # MA 02110-1301, USA -# This is a utility for MySQL. It is not needed by any standard part -# of MySQL. +# This is a utility for MariaDB. It is not needed by any standard part +# of MariaDB. -# Usage: mysql_fix_extentions datadir +# Usage: mysql_fix_extensions datadir # does not work with RAID, with InnoDB or BDB tables # makes .frm lowercase and .MYI/MYD/ISM/ISD uppercase # useful when datafiles are copied from windows |