1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed portability bug in my_config.sh

Added print of --use-symbolic-links in mysqld


Docs/manual.texi:
  Added new links
configure.in:
  Fixes for gcc
scripts/mysql_config.sh:
  Fixed portability bug.
sql/mysqld.cc:
  Added print of --use-symbolic-links
This commit is contained in:
unknown
2001-05-28 02:45:19 +03:00
parent cf5233e47c
commit bd130011e1
4 changed files with 20 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ EOF
exit 1
}
if ! test $# -gt 0; then usage; fi
if test $# -le 0; then usage; fi
while test $# -gt 0; do
case $1 in