Home
last modified time | relevance | path

Searched refs:client_cs (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/sysutils/ts/ts-1.0.2/
H A Dserver.c199 if (client_cs[i].hasjob && client_cs[i].jobid == jobid) in get_conn_of_jobid()
292 if(client_cs[index].hasjob) in remove_connection()
299 memcpy(&client_cs[i], &client_cs[i+1], sizeof(client_cs[0])); in remove_connection()
309 if (client_cs[index].hasjob) in clean_after_client_disappeared()
346 s = client_cs[index].socket; in client_read()
431 if (client_cs[i].hasjob && client_cs[i].jobid == m.u.jobid) in client_read()
486 if (!client_cs[index].hasjob) in s_runjob()
489 s = client_cs[index].socket; in s_runjob()
499 if (!client_cs[index].hasjob) in s_newjob_ok()
502 s = client_cs[index].socket; in s_newjob_ok()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtrigger_creation_ctx.cc38 const CHARSET_INFO *client_cs; in create() local
46 &client_cs)) in create()
99 return new Trigger_creation_ctx(client_cs, connection_cl, db_cl); in create()
H A Dcommand_service.cc76 const CHARSET_INFO * client_cs, in command_service_run_command() argument
84 return session->execute_command(command, data, client_cs, callbacks, in command_service_run_command()
H A Dtrigger_creation_ctx.h65 Trigger_creation_ctx(const CHARSET_INFO *client_cs, in Trigger_creation_ctx() argument
68 :Stored_program_creation_ctx(client_cs, connection_cl, db_cl) in Trigger_creation_ctx()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtrigger_creation_ctx.cc38 const CHARSET_INFO *client_cs; in create() local
46 &client_cs)) in create()
99 return new Trigger_creation_ctx(client_cs, connection_cl, db_cl); in create()
H A Dcommand_service.cc76 const CHARSET_INFO * client_cs, in command_service_run_command() argument
84 return session->execute_command(command, data, client_cs, callbacks, in command_service_run_command()
H A Dtrigger_creation_ctx.h65 Trigger_creation_ctx(const CHARSET_INFO *client_cs, in Trigger_creation_ctx() argument
68 :Stored_program_creation_ctx(client_cs, connection_cl, db_cl) in Trigger_creation_ctx()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtrigger_creation_ctx.cc38 const CHARSET_INFO *client_cs; in create() local
46 &client_cs)) in create()
99 return new Trigger_creation_ctx(client_cs, connection_cl, db_cl); in create()
H A Dcommand_service.cc76 const CHARSET_INFO * client_cs, in command_service_run_command() argument
84 return session->execute_command(command, data, client_cs, callbacks, in command_service_run_command()
H A Dtrigger_creation_ctx.h65 Trigger_creation_ctx(const CHARSET_INFO *client_cs, in Trigger_creation_ctx() argument
68 :Stored_program_creation_ctx(client_cs, connection_cl, db_cl) in Trigger_creation_ctx()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtrigger_creation_ctx.cc38 const CHARSET_INFO *client_cs; in create() local
46 &client_cs)) in create()
99 return new Trigger_creation_ctx(client_cs, connection_cl, db_cl); in create()
H A Dcommand_service.cc76 const CHARSET_INFO * client_cs, in command_service_run_command() argument
84 return session->execute_command(command, data, client_cs, callbacks, in command_service_run_command()
H A Dtrigger_creation_ctx.h65 Trigger_creation_ctx(const CHARSET_INFO *client_cs, in Trigger_creation_ctx() argument
68 :Stored_program_creation_ctx(client_cs, connection_cl, db_cl) in Trigger_creation_ctx()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtrigger_creation_ctx.cc38 const CHARSET_INFO *client_cs; in create() local
46 &client_cs)) in create()
99 return new Trigger_creation_ctx(client_cs, connection_cl, db_cl); in create()
H A Dcommand_service.cc76 const CHARSET_INFO * client_cs, in command_service_run_command() argument
84 return session->execute_command(command, data, client_cs, callbacks, in command_service_run_command()
H A Dtrigger_creation_ctx.h65 Trigger_creation_ctx(const CHARSET_INFO *client_cs, in Trigger_creation_ctx() argument
68 :Stored_program_creation_ctx(client_cs, connection_cl, db_cl) in Trigger_creation_ctx()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtrigger_creation_ctx.cc38 const CHARSET_INFO *client_cs; in create() local
46 &client_cs)) in create()
99 return new Trigger_creation_ctx(client_cs, connection_cl, db_cl); in create()
H A Dcommand_service.cc76 const CHARSET_INFO * client_cs, in command_service_run_command() argument
84 return session->execute_command(command, data, client_cs, callbacks, in command_service_run_command()
H A Dtrigger_creation_ctx.h65 Trigger_creation_ctx(const CHARSET_INFO *client_cs, in Trigger_creation_ctx() argument
68 :Stored_program_creation_ctx(client_cs, connection_cl, db_cl) in Trigger_creation_ctx()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtrigger_creation_ctx.cc48 const CHARSET_INFO *client_cs; in create() local
55 &client_cs)) { in create()
100 Trigger_creation_ctx(client_cs, connection_cl, db_cl); in create()
H A Dcommand_service.cc77 const CHARSET_INFO *client_cs, in command_service_run_command() argument
83 return session->execute_command(command, data, client_cs, callbacks, in command_service_run_command()
H A Dtrigger_creation_ctx.h60 Trigger_creation_ctx(const CHARSET_INFO *client_cs, in Trigger_creation_ctx() argument
63 : Stored_program_creation_ctx(client_cs, connection_cl, db_cl) {} in Trigger_creation_ctx()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/
H A Ddd_trigger.cc312 const CHARSET_INFO *client_cs = in load_triggers() local
314 if (client_cs == nullptr) client_cs = thd->variables.character_set_client; in load_triggers()
326 if (lex_string_strmake(mem_root, &client_cs_name, client_cs->csname, in load_triggers()
327 strlen(client_cs->csname)) || in load_triggers()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/mysql/
H A Dservice_command.h371 const CHARSET_INFO * client_cs,
431 const CHARSET_INFO * client_cs,
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/mysql/
H A Dservice_command.h371 const CHARSET_INFO * client_cs,
431 const CHARSET_INFO * client_cs,

123456789