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
c97f25a0
Commit
c97f25a0
authored
Mar 13, 2009
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build error in some configs.
Remove non-source file from bzr.
parent
67579fd2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1410 deletions
+1
-1410
extra/libevent/event-config.h
extra/libevent/event-config.h
+0
-1409
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
extra/libevent/event-config.h
deleted
100644 → 0
View file @
67579fd2
This diff is collapsed.
Click to expand it.
sql/mysqld.cc
View file @
c97f25a0
...
...
@@ -1613,6 +1613,7 @@ static my_socket activate_tcp_port(uint port)
uint
retry
;
DBUG_ENTER
(
"activate_tcp_port"
);
DBUG_PRINT
(
"enter"
,(
"port: %u"
,
port
));
LINT_INIT
(
ret
);
ip_sock
=
socket
(
AF_INET
,
SOCK_STREAM
,
0
);
if
(
ip_sock
==
INVALID_SOCKET
)
...
...
@@ -1679,7 +1680,6 @@ static void network_init(void)
#endif
int
arg
=
1
;
DBUG_ENTER
(
"network_init"
);
LINT_INIT
(
ret
);
if
(
thread_scheduler
.
init
())
unireg_abort
(
1
);
/* purecov: inspected */
...
...
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