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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
985d5e90
Commit
985d5e90
authored
May 29, 2007
by
kaa@polly.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge polly.local:/home/kaa/src/maint/bug24611/my51-bug24611
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
parents
27cea11c
76c21eae
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 @
985d5e90
...
@@ -2217,6 +2217,16 @@ later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n\
...
@@ -2217,6 +2217,16 @@ later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n\
mysqld that is not statically linked.
\n
"
);
mysqld that is not statically linked.
\n
"
);
#endif
#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
)
if
(
locked_in_memory
)
{
{
fprintf
(
stderr
,
"
\n
\
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