mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Fix build error in some configs.
Remove non-source file from bzr.
This commit is contained in:
parent
67579fd290
commit
c97f25a02f
2 changed files with 1 additions and 1410 deletions
File diff suppressed because it is too large
Load diff
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue