Home
last modified time | relevance | path

Searched refs:st_session_method (Results 1 – 14 of 14) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc513 this->incoming_methods= new Synchronized_queue<st_session_method*>(); in Session_plugin_thread()
529 st_session_method* method_to_execute; in queue_new_method_for_application()
530 method_to_execute= (st_session_method*)my_malloc(PSI_NOT_INSTRUMENTED, in queue_new_method_for_application()
531 sizeof(st_session_method), in queue_new_method_for_application()
633 st_session_method *method= NULL; in terminate_session_thread()
648 st_session_method *method= NULL; in session_thread_handler()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc513 this->incoming_methods= new Synchronized_queue<st_session_method*>(); in Session_plugin_thread()
529 st_session_method* method_to_execute; in queue_new_method_for_application()
530 method_to_execute= (st_session_method*)my_malloc(PSI_NOT_INSTRUMENTED, in queue_new_method_for_application()
531 sizeof(st_session_method), in queue_new_method_for_application()
633 st_session_method *method= NULL; in terminate_session_thread()
648 st_session_method *method= NULL; in session_thread_handler()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc513 this->incoming_methods= new Synchronized_queue<st_session_method*>(); in Session_plugin_thread()
529 st_session_method* method_to_execute; in queue_new_method_for_application()
530 method_to_execute= (st_session_method*)my_malloc(PSI_NOT_INSTRUMENTED, in queue_new_method_for_application()
531 sizeof(st_session_method), in queue_new_method_for_application()
633 st_session_method *method= NULL; in terminate_session_thread()
648 st_session_method *method= NULL; in session_thread_handler()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc513 this->incoming_methods= new Synchronized_queue<st_session_method*>(); in Session_plugin_thread()
529 st_session_method* method_to_execute; in queue_new_method_for_application()
530 method_to_execute= (st_session_method*)my_malloc(PSI_NOT_INSTRUMENTED, in queue_new_method_for_application()
531 sizeof(st_session_method), in queue_new_method_for_application()
633 st_session_method *method= NULL; in terminate_session_thread()
648 st_session_method *method= NULL; in session_thread_handler()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc513 this->incoming_methods= new Synchronized_queue<st_session_method*>(); in Session_plugin_thread()
529 st_session_method* method_to_execute; in queue_new_method_for_application()
530 method_to_execute= (st_session_method*)my_malloc(PSI_NOT_INSTRUMENTED, in queue_new_method_for_application()
531 sizeof(st_session_method), in queue_new_method_for_application()
633 st_session_method *method= NULL; in terminate_session_thread()
648 st_session_method *method= NULL; in session_thread_handler()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc513 this->incoming_methods= new Synchronized_queue<st_session_method*>(); in Session_plugin_thread()
529 st_session_method* method_to_execute; in queue_new_method_for_application()
530 method_to_execute= (st_session_method*)my_malloc(PSI_NOT_INSTRUMENTED, in queue_new_method_for_application()
531 sizeof(st_session_method), in queue_new_method_for_application()
633 st_session_method *method= NULL; in terminate_session_thread()
648 st_session_method *method= NULL; in session_thread_handler()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_command.h142 struct st_session_method struct
202 Synchronized_queue<st_session_method*> *incoming_methods;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_command.h142 struct st_session_method struct
202 Synchronized_queue<st_session_method*> *incoming_methods;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_command.h142 struct st_session_method struct
202 Synchronized_queue<st_session_method*> *incoming_methods;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_command.h142 struct st_session_method struct
202 Synchronized_queue<st_session_method*> *incoming_methods;
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_command.h142 struct st_session_method struct
202 Synchronized_queue<st_session_method*> *incoming_methods;
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_command.h142 struct st_session_method struct
202 Synchronized_queue<st_session_method*> *incoming_methods;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/include/sql_service/
H A Dsql_service_command.h231 struct st_session_method { struct
296 Synchronized_queue<st_session_method *> *incoming_methods;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc784 this->incoming_methods = new Synchronized_queue<st_session_method *>(); in Session_plugin_thread()
790 st_session_method *method = nullptr; in ~Session_plugin_thread()
806 st_session_method *method_to_execute; in queue_new_method_for_application()
807 method_to_execute = (st_session_method *)my_malloc( in queue_new_method_for_application()
808 PSI_NOT_INSTRUMENTED, sizeof(st_session_method), MYF(0)); in queue_new_method_for_application()
896 st_session_method *method = nullptr; in terminate_session_thread()
909 st_session_method *method = nullptr; in session_thread_handler()