1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Change MySQL -> MariaDB inc scripts

This commit is contained in:
Monty
2014-08-03 15:12:53 +03:00
parent 3bde13932e
commit b4c74e2ab4
10 changed files with 67 additions and 68 deletions

View File

@ -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 ()