mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix build error in some configs.
Remove non-source file from bzr.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1613,6 +1613,7 @@ static my_socket activate_tcp_port(uint port)
|
|||||||
uint retry;
|
uint retry;
|
||||||
DBUG_ENTER("activate_tcp_port");
|
DBUG_ENTER("activate_tcp_port");
|
||||||
DBUG_PRINT("enter",("port: %u", port));
|
DBUG_PRINT("enter",("port: %u", port));
|
||||||
|
LINT_INIT(ret);
|
||||||
|
|
||||||
ip_sock = socket(AF_INET, SOCK_STREAM, 0);
|
ip_sock = socket(AF_INET, SOCK_STREAM, 0);
|
||||||
if (ip_sock == INVALID_SOCKET)
|
if (ip_sock == INVALID_SOCKET)
|
||||||
@ -1679,7 +1680,6 @@ static void network_init(void)
|
|||||||
#endif
|
#endif
|
||||||
int arg=1;
|
int arg=1;
|
||||||
DBUG_ENTER("network_init");
|
DBUG_ENTER("network_init");
|
||||||
LINT_INIT(ret);
|
|
||||||
|
|
||||||
if (thread_scheduler.init())
|
if (thread_scheduler.init())
|
||||||
unireg_abort(1); /* purecov: inspected */
|
unireg_abort(1); /* purecov: inspected */
|
||||||
|
Reference in New Issue
Block a user