mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 00:05:33 +02: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:
parent
cf5233e47c
commit
bd130011e1
4 changed files with 20 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue