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
cc5d3d2e
Commit
cc5d3d2e
authored
May 29, 2007
by
kaa@polly.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge polly.local:/home/kaa/src/maint/bug24611/my50-bug24611
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
parents
cb0fe823
939609b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
sql/mysqld.cc
sql/mysqld.cc
+10
-0
No files found.
sql/mysqld.cc
View file @
cc5d3d2e
...
...
@@ -2146,6 +2146,16 @@ later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n\
mysqld that is not statically linked.
\n
"
);
#endif
#ifdef HAVE_NPTL
if
(
thd_lib_detected
==
THD_LIB_LT
&&
!
getenv
(
"LD_ASSUME_KERNEL"
))
fprintf
(
stderr
,
"
\n
\
You are running a statically-linked LinuxThreads binary on an NPTL system.
\n
\
This can result in crashes on some distributions due to LT/NPTL conflicts.
\n
\
You should either build a dynamically-linked binary, or force LinuxThreads
\n
\
to be used with the LD_ASSUME_KERNEL environment variable. Please consult
\n
\
the documentation for your distribution on how to do that.
\n
"
);
#endif
if
(
locked_in_memory
)
{
fprintf
(
stderr
,
"
\n
\
...
...
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