Commit 26c37b5e authored by unknown's avatar unknown

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
parent e6649520
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#ifndef __STDC_EXT__ #ifndef __STDC_EXT__
#define __STDC_EXT__ 1 /* To get large file support on hpux */ #define __STDC_EXT__ 1 /* To get large file support on hpux */
#endif #endif
#if defined(THREAD) && defined(HAVE_LINUXTHREADS) && defined(HAVE_PTHREAD_RWLOCK_RDLOCK) #if defined(HAVE_LINUXTHREADS)
#define _GNU_SOURCE 1 #define _GNU_SOURCE 1
#endif #endif
......
...@@ -157,7 +157,7 @@ then ...@@ -157,7 +157,7 @@ then
shift 1 shift 1
fi fi
if [ "$1" = "-gdb" ]; if [ "$1" = "--gdb" ];
then then
# if the user really wanted to run binary dist in a debugger, he can # if the user really wanted to run binary dist in a debugger, he can
# but we should warn him # but we should warn him
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment