Home
last modified time | relevance | path

Searched refs:next_emb (Results 1 – 19 of 19) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_planner.cc2708 const TABLE_LIST *next_emb= tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
2713 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
2716 if (!next_emb->join_cond()) in check_interleaving_with_nj()
2719 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
2720 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
2722 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
2729 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_planner.cc2708 const TABLE_LIST *next_emb= tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
2713 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
2716 if (!next_emb->join_cond()) in check_interleaving_with_nj()
2719 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
2720 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
2722 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
2729 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_planner.cc2708 const TABLE_LIST *next_emb= tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
2713 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
2716 if (!next_emb->join_cond()) in check_interleaving_with_nj()
2719 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
2720 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
2722 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
2729 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_planner.cc2698 const TABLE_LIST *next_emb= tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
2703 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
2706 if (!next_emb->join_cond()) in check_interleaving_with_nj()
2709 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
2710 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
2712 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
2719 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_planner.cc2698 const TABLE_LIST *next_emb= tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
2703 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
2706 if (!next_emb->join_cond()) in check_interleaving_with_nj()
2709 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
2710 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
2712 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
2719 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_planner.cc3497 const TABLE_LIST *next_emb= tab->table_ref->embedding; in check_interleaving_with_nj() local
3502 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
3505 if (!next_emb->join_cond_optim()) in check_interleaving_with_nj()
3508 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
3509 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
3511 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
3518 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_planner.cc3500 const TABLE_LIST *next_emb= tab->table_ref->embedding; in check_interleaving_with_nj() local
3505 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
3508 if (!next_emb->join_cond_optim()) in check_interleaving_with_nj()
3511 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
3512 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
3514 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
3521 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_planner.cc3497 const TABLE_LIST *next_emb= tab->table_ref->embedding; in check_interleaving_with_nj() local
3502 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
3505 if (!next_emb->join_cond_optim()) in check_interleaving_with_nj()
3508 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
3509 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
3511 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
3518 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_planner.cc3500 const TABLE_LIST *next_emb= tab->table_ref->embedding; in check_interleaving_with_nj() local
3505 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
3508 if (!next_emb->join_cond_optim()) in check_interleaving_with_nj()
3511 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
3512 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
3514 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
3521 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_planner.cc3500 const TABLE_LIST *next_emb= tab->table_ref->embedding; in check_interleaving_with_nj() local
3505 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
3508 if (!next_emb->join_cond_optim()) in check_interleaving_with_nj()
3511 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
3512 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
3514 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
3521 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_planner.cc3497 const TABLE_LIST *next_emb= tab->table_ref->embedding; in check_interleaving_with_nj() local
3502 for (; next_emb != emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
3505 if (!next_emb->join_cond_optim()) in check_interleaving_with_nj()
3508 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
3509 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
3511 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
3518 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_planner.cc3574 const TABLE_LIST *next_emb = tab->table_ref->embedding; in check_interleaving_with_nj() local
3579 for (; next_emb != emb_sjm_nest; next_emb = next_emb->embedding) { in check_interleaving_with_nj()
3581 if (!next_emb->join_cond_optim()) continue; in check_interleaving_with_nj()
3583 next_emb->nested_join->nj_counter++; in check_interleaving_with_nj()
3584 cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
3585 if (next_emb->nested_join->nj_total != next_emb->nested_join->nj_counter) in check_interleaving_with_nj()
3592 cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_select.cc9377 TABLE_LIST *next_emb= next_tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
9393 for (;next_emb; next_emb= next_emb->embedding) in check_interleaving_with_nj()
9395 next_emb->nested_join->counter++; in check_interleaving_with_nj()
9396 if (next_emb->nested_join->counter == 1) in check_interleaving_with_nj()
9403 join->cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
9406 if (next_emb->nested_join->join_list.elements != in check_interleaving_with_nj()
9407 next_emb->nested_join->counter) in check_interleaving_with_nj()
9414 join->cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_select.cc16991 TABLE_LIST *next_emb= next_tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
17007 for (;next_emb && next_emb != join->emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
17009 if (!next_emb->sj_on_expr) in check_interleaving_with_nj()
17011 next_emb->nested_join->counter++; in check_interleaving_with_nj()
17012 if (next_emb->nested_join->counter == 1) in check_interleaving_with_nj()
17019 join->cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
17022 if (next_emb->nested_join->n_tables != in check_interleaving_with_nj()
17023 next_emb->nested_join->counter) in check_interleaving_with_nj()
17030 join->cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_select.cc16860 TABLE_LIST *next_emb= next_tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
16876 for (;next_emb && next_emb != join->emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
16878 if (!next_emb->sj_on_expr) in check_interleaving_with_nj()
16880 next_emb->nested_join->counter++; in check_interleaving_with_nj()
16881 if (next_emb->nested_join->counter == 1) in check_interleaving_with_nj()
16888 join->cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
16891 if (next_emb->nested_join->n_tables != in check_interleaving_with_nj()
16892 next_emb->nested_join->counter) in check_interleaving_with_nj()
16899 join->cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_select.cc16860 TABLE_LIST *next_emb= next_tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
16876 for (;next_emb && next_emb != join->emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
16878 if (!next_emb->sj_on_expr) in check_interleaving_with_nj()
16880 next_emb->nested_join->counter++; in check_interleaving_with_nj()
16881 if (next_emb->nested_join->counter == 1) in check_interleaving_with_nj()
16888 join->cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
16891 if (next_emb->nested_join->n_tables != in check_interleaving_with_nj()
16892 next_emb->nested_join->counter) in check_interleaving_with_nj()
16899 join->cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_select.cc16077 TABLE_LIST *next_emb= next_tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
16093 for (;next_emb && next_emb != join->emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
16095 if (!next_emb->sj_on_expr) in check_interleaving_with_nj()
16097 next_emb->nested_join->counter++; in check_interleaving_with_nj()
16098 if (next_emb->nested_join->counter == 1) in check_interleaving_with_nj()
16105 join->cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
16108 if (next_emb->nested_join->n_tables != in check_interleaving_with_nj()
16109 next_emb->nested_join->counter) in check_interleaving_with_nj()
16116 join->cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_select.cc16077 TABLE_LIST *next_emb= next_tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
16093 for (;next_emb && next_emb != join->emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
16095 if (!next_emb->sj_on_expr) in check_interleaving_with_nj()
16097 next_emb->nested_join->counter++; in check_interleaving_with_nj()
16098 if (next_emb->nested_join->counter == 1) in check_interleaving_with_nj()
16105 join->cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
16108 if (next_emb->nested_join->n_tables != in check_interleaving_with_nj()
16109 next_emb->nested_join->counter) in check_interleaving_with_nj()
16116 join->cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_select.cc16991 TABLE_LIST *next_emb= next_tab->table->pos_in_table_list->embedding; in check_interleaving_with_nj() local
17007 for (;next_emb && next_emb != join->emb_sjm_nest; next_emb= next_emb->embedding) in check_interleaving_with_nj()
17009 if (!next_emb->sj_on_expr) in check_interleaving_with_nj()
17011 next_emb->nested_join->counter++; in check_interleaving_with_nj()
17012 if (next_emb->nested_join->counter == 1) in check_interleaving_with_nj()
17019 join->cur_embedding_map |= next_emb->nested_join->nj_map; in check_interleaving_with_nj()
17022 if (next_emb->nested_join->n_tables != in check_interleaving_with_nj()
17023 next_emb->nested_join->counter) in check_interleaving_with_nj()
17030 join->cur_embedding_map &= ~next_emb->nested_join->nj_map; in check_interleaving_with_nj()