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

Fixed missing long option

Portability fix for Linux


include/global.h:
  Portability fix for Linux
mysql-test/mysql-test-run.sh:
  Fixed missing long option
This commit is contained in:
unknown
2000-12-16 02:28:39 +02:00
parent e6649520ab
commit 26c37b5e64
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
#ifndef __STDC_EXT__
#define __STDC_EXT__ 1 /* To get large file support on hpux */
#endif
#if defined(THREAD) && defined(HAVE_LINUXTHREADS) && defined(HAVE_PTHREAD_RWLOCK_RDLOCK)
#if defined(HAVE_LINUXTHREADS)
#define _GNU_SOURCE 1
#endif

View File

@@ -157,7 +157,7 @@ then
shift 1
fi
if [ "$1" = "-gdb" ];
if [ "$1" = "--gdb" ];
then
# if the user really wanted to run binary dist in a debugger, he can
# but we should warn him