CUBRID Engine
latest
|
Go to the source code of this file.
Macros | |
#define | EXECUTE_QUERY_MAX_ARGUMENT_DATA_SIZE 512 |
#define | NET_CAP_BACKWARD_COMPATIBLE 0x80000000 |
#define | NET_CAP_FORWARD_COMPATIBLE 0x40000000 |
#define | NET_CAP_INTERRUPT_ENABLED 0x00800000 |
#define | NET_CAP_UPDATE_DISABLED 0x00008000 |
#define | NET_CAP_REMOTE_DISABLED 0x00000080 |
#define | NET_CAP_HA_REPL_DELAY 0x00000008 |
#define | NET_CAP_HA_REPLICA 0x00000004 |
#define | NET_CAP_HA_IGNORE_REPL_DELAY 0x00000002 |
Functions | |
int | net_server_start (const char *name) |
const char * | net_server_request_name (int request) |
#define EXECUTE_QUERY_MAX_ARGUMENT_DATA_SIZE 512 |
Definition at line 41 of file network.h.
Referenced by qmgr_execute_query(), and sqmgr_execute_query().
#define NET_CAP_BACKWARD_COMPATIBLE 0x80000000 |
Definition at line 263 of file network.h.
Referenced by check_client_capabilities(), and check_server_capabilities().
#define NET_CAP_FORWARD_COMPATIBLE 0x40000000 |
Definition at line 264 of file network.h.
Referenced by check_client_capabilities(), and check_server_capabilities().
#define NET_CAP_HA_IGNORE_REPL_DELAY 0x00000002 |
Definition at line 270 of file network.h.
Referenced by check_client_capabilities(), and client_capabilities().
#define NET_CAP_HA_REPL_DELAY 0x00000008 |
Definition at line 268 of file network.h.
Referenced by check_server_capabilities(), and server_capabilities().
#define NET_CAP_HA_REPLICA 0x00000004 |
Definition at line 269 of file network.h.
Referenced by check_server_capabilities(), and server_capabilities().
#define NET_CAP_INTERRUPT_ENABLED 0x00800000 |
Definition at line 265 of file network.h.
Referenced by check_client_capabilities(), check_server_capabilities(), client_capabilities(), get_capability_string(), and server_capabilities().
#define NET_CAP_REMOTE_DISABLED 0x00000080 |
Definition at line 267 of file network.h.
Referenced by check_client_capabilities(), check_server_capabilities(), net_client_ping_server_with_handshake(), and server_capabilities().
#define NET_CAP_UPDATE_DISABLED 0x00008000 |
Definition at line 266 of file network.h.
Referenced by check_server_capabilities(), client_capabilities(), get_capability_string(), and server_capabilities().
enum net_server_request |
enum QUERY_SERVER_REQUEST |
const char* net_server_request_name | ( | int | request | ) |
Definition at line 1441 of file network_sr.c.
References net_request::name, net_Requests, NET_SERVER_PING_WITH_HANDSHAKE, NET_SERVER_REQUEST_END, and NET_SERVER_REQUEST_START.
Referenced by showstmt_array_end_scan().
int net_server_start | ( | const char * | name | ) |
Definition at line 1292 of file network_sr.c.
References ARG_FILE_LINE, assert, boot_restart_server(), csect_finalize_static_critical_sections(), csect_initialize_static_critical_sections(), css_final_conn_list(), css_free_user_access_status(), css_init(), css_initialize_server_interfaces(), css_pack_server_name(), css_windows_shutdown(), css_windows_startup(), ER_ALL_FINAL, er_errid(), ER_ERROR_SEVERITY, er_final(), er_init(), er_msg(), ER_NET_NO_MASTER, ER_NEVER_EXIT, er_set(), ER_THREAD_FINAL, error(), cubthread::internal_tasks_worker_pool::finalize(), cubthread::finalize(), free_and_init, cubthread::internal_tasks_worker_pool::initialize(), cubthread::initialize(), msgcat_init(), net_server_conn_down(), net_server_init(), NO_ERROR, NULL, PRINT_AND_LOG_ERR_MSG, prm_get_integer_value(), PRM_ID_ER_EXIT_ASK, PRM_ID_TCP_PORT_ID, sync_finalize_sync_stats(), sync_initialize_sync_stats(), SYSPRM_LOAD_ALL, sysprm_load_and_init(), sysprm_set_er_log_file(), thread_get_thread_entry_info(), tz_load(), and xboot_shutdown_server().
Referenced by main().