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_config.sh | |
parent | 3bde13932ee53ee765a858e4413bc6c6af296d4b (diff) | |
download | mariadb-git-b4c74e2ab4c3676dd081421649de83ee0fb0f63c.tar.gz |
Change MySQL -> MariaDB inc scripts
Diffstat (limited to 'scripts/mysql_config.sh')
-rw-r--r-- | scripts/mysql_config.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_config.sh b/scripts/mysql_config.sh index beff6e5eb5f..938fbbfbeea 100644 --- a/scripts/mysql_config.sh +++ b/scripts/mysql_config.sh @@ -15,7 +15,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # This script reports various configuration settings that may be needed -# when using the MySQL client library. +# when using the MariaDB client library. which () { @@ -39,7 +39,7 @@ which () # # If we can find the given directory relatively to where mysql_config is # we should use this instead of the incompiled one. -# This is to ensure that this script also works with the binary MySQL +# This is to ensure that this script also works with the binary MariaDB # version fix_path () |