Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2803bcd8
Commit
2803bcd8
authored
Dec 16, 2000
by
monty@donna.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing long option
Portability fix for Linux
parent
2e83820b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/global.h
include/global.h
+1
-1
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-1
No files found.
include/global.h
View file @
2803bcd8
...
...
@@ -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
...
...
mysql-test/mysql-test-run.sh
View file @
2803bcd8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment