From b4c74e2ab4c3676dd081421649de83ee0fb0f63c Mon Sep 17 00:00:00 2001 From: Monty Date: Sun, 3 Aug 2014 15:12:53 +0300 Subject: Change MySQL -> MariaDB inc scripts --- scripts/mysql_fix_extensions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/mysql_fix_extensions.sh') 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 -- cgit v1.2.1