Home
last modified time | relevance | path

Searched refs:new_thd (Results 1 – 25 of 80) sorted by relevance

1234

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Devent_scheduler.cc400 THD *new_thd= NULL; in start() local
417 if (!(new_thd= new THD)) in start()
443 scheduler_thd= new_thd; in start()
459 net_end(&new_thd->net); in start()
463 delete new_thd; in start()
557 THD *new_thd; in execute_top() local
561 if (!(new_thd= new THD())) in execute_top()
566 event_name->thd= new_thd; in execute_top()
592 net_end(&new_thd->net); in execute_top()
604 if (new_thd) in execute_top()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Devent_scheduler.cc400 THD *new_thd= NULL; in start() local
417 if (!(new_thd= new THD)) in start()
443 scheduler_thd= new_thd; in start()
459 net_end(&new_thd->net); in start()
463 delete new_thd; in start()
557 THD *new_thd; in execute_top() local
561 if (!(new_thd= new THD())) in execute_top()
566 event_name->thd= new_thd; in execute_top()
592 net_end(&new_thd->net); in execute_top()
604 if (new_thd) in execute_top()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Devent_scheduler.cc403 THD *new_thd= NULL; in start() local
420 if (!(new_thd= new THD)) in start()
446 scheduler_thd= new_thd; in start()
462 net_end(&new_thd->net); in start()
466 delete new_thd; in start()
560 THD *new_thd; in execute_top() local
564 if (!(new_thd= new THD())) in execute_top()
569 event_name->thd= new_thd; in execute_top()
595 net_end(&new_thd->net); in execute_top()
607 if (new_thd) in execute_top()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Devent_scheduler.cc400 THD *new_thd= NULL; in start() local
417 if (!(new_thd= new THD)) in start()
443 scheduler_thd= new_thd; in start()
459 net_end(&new_thd->net); in start()
463 delete new_thd; in start()
557 THD *new_thd; in execute_top() local
561 if (!(new_thd= new THD())) in execute_top()
566 event_name->thd= new_thd; in execute_top()
592 net_end(&new_thd->net); in execute_top()
604 if (new_thd) in execute_top()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Devent_scheduler.cc400 THD *new_thd= NULL; in start() local
417 if (!(new_thd= new THD)) in start()
443 scheduler_thd= new_thd; in start()
459 net_end(&new_thd->net); in start()
463 delete new_thd; in start()
557 THD *new_thd; in execute_top() local
561 if (!(new_thd= new THD())) in execute_top()
566 event_name->thd= new_thd; in execute_top()
592 net_end(&new_thd->net); in execute_top()
604 if (new_thd) in execute_top()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Devent_scheduler.cc417 THD *new_thd= NULL; in start() local
435 if (!(new_thd= new THD)) in start()
441 pre_init_event_thread(new_thd); in start()
456 new_thd->tx_read_only= false; in start()
464 scheduler_thd= new_thd; in start()
483 delete new_thd; in start()
577 THD *new_thd; in execute_top() local
581 if (!(new_thd= new THD())) in execute_top()
586 event_name->thd= new_thd; in execute_top()
623 if (new_thd) in execute_top()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Devent_scheduler.cc420 THD *new_thd= NULL; in start() local
438 if (!(new_thd= new THD)) in start()
444 pre_init_event_thread(new_thd); in start()
459 new_thd->tx_read_only= false; in start()
467 scheduler_thd= new_thd; in start()
486 delete new_thd; in start()
580 THD *new_thd; in execute_top() local
584 if (!(new_thd= new THD())) in execute_top()
589 event_name->thd= new_thd; in execute_top()
626 if (new_thd) in execute_top()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Devent_scheduler.cc417 THD *new_thd= NULL; in start() local
435 if (!(new_thd= new THD)) in start()
441 pre_init_event_thread(new_thd); in start()
456 new_thd->tx_read_only= false; in start()
464 scheduler_thd= new_thd; in start()
483 delete new_thd; in start()
577 THD *new_thd; in execute_top() local
581 if (!(new_thd= new THD())) in execute_top()
586 event_name->thd= new_thd; in execute_top()
623 if (new_thd) in execute_top()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Devent_scheduler.cc417 THD *new_thd= NULL; in start() local
435 if (!(new_thd= new THD)) in start()
441 pre_init_event_thread(new_thd); in start()
456 new_thd->tx_read_only= false; in start()
464 scheduler_thd= new_thd; in start()
483 delete new_thd; in start()
577 THD *new_thd; in execute_top() local
581 if (!(new_thd= new THD())) in execute_top()
586 event_name->thd= new_thd; in execute_top()
623 if (new_thd) in execute_top()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Devent_scheduler.cc417 THD *new_thd= NULL; in start() local
435 if (!(new_thd= new THD)) in start()
441 pre_init_event_thread(new_thd); in start()
456 new_thd->tx_read_only= false; in start()
464 scheduler_thd= new_thd; in start()
483 delete new_thd; in start()
577 THD *new_thd; in execute_top() local
581 if (!(new_thd= new THD())) in execute_top()
586 event_name->thd= new_thd; in execute_top()
623 if (new_thd) in execute_top()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Devent_scheduler.cc417 THD *new_thd= NULL; in start() local
435 if (!(new_thd= new THD)) in start()
441 pre_init_event_thread(new_thd); in start()
456 new_thd->tx_read_only= false; in start()
464 scheduler_thd= new_thd; in start()
483 delete new_thd; in start()
577 THD *new_thd; in execute_top() local
581 if (!(new_thd= new THD())) in execute_top()
586 event_name->thd= new_thd; in execute_top()
623 if (new_thd) in execute_top()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Devent_scheduler.cc389 THD *new_thd= NULL; in start() local
406 if (!(new_thd= new THD)) in start()
428 scheduler_thd= new_thd; in start()
444 net_end(&new_thd->net); in start()
448 delete new_thd; in start()
541 THD *new_thd; in execute_top() local
545 if (!(new_thd= new THD())) in execute_top()
550 event_name->thd= new_thd; in execute_top()
576 net_end(&new_thd->net); in execute_top()
588 if (new_thd) in execute_top()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Devent_scheduler.cc441 THD *new_thd = nullptr; in start() local
459 if (!(new_thd = new THD)) { in start()
464 pre_init_event_thread(new_thd); in start()
466 new_thd->set_command(COM_DAEMON); in start()
482 new_thd->tx_read_only = false; in start()
490 scheduler_thd = new_thd; in start()
506 delete new_thd; in start()
587 THD *new_thd; in execute_top() local
593 pre_init_event_thread(new_thd); in execute_top()
595 event_name->thd = new_thd; in execute_top()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Devent_scheduler.cc393 THD *new_thd= NULL; in start() local
411 pre_init_event_thread(new_thd); in start()
413 new_thd->set_command(COM_DAEMON); in start()
424 new_thd->tx_read_only= false; in start()
430 scheduler_param_value->thd= new_thd; in start()
433 scheduler_thd= new_thd; in start()
449 deinit_event_thread(new_thd); in start()
544 THD *new_thd; in execute_top() local
552 pre_init_event_thread(new_thd); in execute_top()
554 event_name->thd= new_thd; in execute_top()
[all …]
H A Dsql_udf.cc170 THD *new_thd = new THD(0); in udf_init() local
171 if (!new_thd || in udf_init()
178 delete new_thd; in udf_init()
182 new_thd->thread_stack= (char*) &new_thd; in udf_init()
183 new_thd->store_globals(); in udf_init()
184 new_thd->set_db(&MYSQL_SCHEMA_NAME); in udf_init()
186 tables.init_one_table(&new_thd->db, &MYSQL_FUNC_NAME, 0, TL_READ); in udf_init()
250 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
263 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
278 close_mysql_tables(new_thd); in udf_init()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Devent_scheduler.cc380 THD *new_thd= NULL; in start() local
398 pre_init_event_thread(new_thd); in start()
400 new_thd->set_command(COM_DAEMON); in start()
411 new_thd->tx_read_only= false; in start()
416 scheduler_param_value->thd= new_thd; in start()
419 scheduler_thd= new_thd; in start()
435 deinit_event_thread(new_thd); in start()
528 THD *new_thd; in execute_top() local
536 pre_init_event_thread(new_thd); in execute_top()
538 event_name->thd= new_thd; in execute_top()
[all …]
H A Dsql_udf.cc160 THD *new_thd = new THD(0); in udf_init() local
161 if (!new_thd || in udf_init()
167 delete new_thd; in udf_init()
171 new_thd->thread_stack= (char*) &new_thd; in udf_init()
172 new_thd->store_globals(); in udf_init()
173 new_thd->set_db(&MYSQL_SCHEMA_NAME); in udf_init()
175 tables.init_one_table(&new_thd->db, &MYSQL_FUNC_NAME, 0, TL_READ); in udf_init()
239 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
252 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
267 close_mysql_tables(new_thd); in udf_init()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Devent_scheduler.cc380 THD *new_thd= NULL;
398 pre_init_event_thread(new_thd);
400 new_thd->set_command(COM_DAEMON);
411 new_thd->tx_read_only= false;
416 scheduler_param_value->thd= new_thd;
419 scheduler_thd= new_thd;
435 deinit_event_thread(new_thd);
528 THD *new_thd;
536 pre_init_event_thread(new_thd);
538 event_name->thd= new_thd;
[all …]
H A Dsql_udf.cc160 THD *new_thd = new THD(0); in udf_init() local
161 if (!new_thd || in udf_init()
167 delete new_thd; in udf_init()
171 new_thd->thread_stack= (char*) &new_thd; in udf_init()
172 new_thd->store_globals(); in udf_init()
173 new_thd->set_db(&MYSQL_SCHEMA_NAME); in udf_init()
175 tables.init_one_table(&new_thd->db, &MYSQL_FUNC_NAME, 0, TL_READ); in udf_init()
239 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
252 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
267 close_mysql_tables(new_thd); in udf_init()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Devent_scheduler.cc380 THD *new_thd= NULL;
398 pre_init_event_thread(new_thd);
400 new_thd->set_command(COM_DAEMON);
411 new_thd->tx_read_only= false;
416 scheduler_param_value->thd= new_thd;
419 scheduler_thd= new_thd;
435 deinit_event_thread(new_thd);
528 THD *new_thd;
536 pre_init_event_thread(new_thd);
538 event_name->thd= new_thd;
[all …]
H A Dsql_udf.cc158 THD *new_thd = new THD(0); in udf_init() local
159 if (!new_thd || in udf_init()
165 delete new_thd; in udf_init()
169 new_thd->thread_stack= (char*) &new_thd; in udf_init()
170 new_thd->store_globals(); in udf_init()
171 new_thd->set_db(&MYSQL_SCHEMA_NAME); in udf_init()
173 tables.init_one_table(&new_thd->db, &MYSQL_FUNC_NAME, 0, TL_READ); in udf_init()
237 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
250 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
265 close_mysql_tables(new_thd); in udf_init()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Devent_scheduler.cc380 THD *new_thd= NULL; in start() local
398 pre_init_event_thread(new_thd); in start()
400 new_thd->set_command(COM_DAEMON); in start()
411 new_thd->tx_read_only= false; in start()
416 scheduler_param_value->thd= new_thd; in start()
419 scheduler_thd= new_thd; in start()
435 deinit_event_thread(new_thd); in start()
528 THD *new_thd; in execute_top() local
536 pre_init_event_thread(new_thd); in execute_top()
538 event_name->thd= new_thd; in execute_top()
[all …]
H A Dsql_udf.cc158 THD *new_thd = new THD(0); in udf_init() local
159 if (!new_thd || in udf_init()
165 delete new_thd; in udf_init()
169 new_thd->thread_stack= (char*) &new_thd; in udf_init()
170 new_thd->store_globals(); in udf_init()
171 new_thd->set_db(&MYSQL_SCHEMA_NAME); in udf_init()
173 tables.init_one_table(&new_thd->db, &MYSQL_FUNC_NAME, 0, TL_READ); in udf_init()
237 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
250 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
265 close_mysql_tables(new_thd); in udf_init()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Devent_scheduler.cc393 THD *new_thd= NULL; in start() local
411 pre_init_event_thread(new_thd); in start()
413 new_thd->set_command(COM_DAEMON); in start()
424 new_thd->tx_read_only= false; in start()
430 scheduler_param_value->thd= new_thd; in start()
433 scheduler_thd= new_thd; in start()
449 deinit_event_thread(new_thd); in start()
544 THD *new_thd; in execute_top() local
552 pre_init_event_thread(new_thd); in execute_top()
554 event_name->thd= new_thd; in execute_top()
[all …]
H A Dsql_udf.cc170 THD *new_thd = new THD(0); in udf_init() local
171 if (!new_thd || in udf_init()
178 delete new_thd; in udf_init()
182 new_thd->thread_stack= (char*) &new_thd; in udf_init()
183 new_thd->store_globals(); in udf_init()
184 new_thd->set_db(&MYSQL_SCHEMA_NAME); in udf_init()
186 tables.init_one_table(&new_thd->db, &MYSQL_FUNC_NAME, 0, TL_READ); in udf_init()
250 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
263 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
278 close_mysql_tables(new_thd); in udf_init()
[all …]

1234