Home
last modified time | relevance | path

Searched refs:const_table_map (Results 1 – 25 of 118) sorted by relevance

12345

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_optimizer.h108 table_map const_table_map; ///< Set of tables found to be const variable
425 const_table_map= 0; in init()
H A Dsql_optimizer.cc413 if (const_table_map != found_const_table_map && in optimize()
3227 join->const_table_map= 0; in make_join_statistics()
3476 join->const_table_map|=s->table->map; in make_join_statistics()
3533 join->const_table_map|= table->map; in make_join_statistics()
3544 if (s->dependent & ~(join->const_table_map)) in make_join_statistics()
3563 join->const_table_map|=table->map; in make_join_statistics()
3623 join->const_table_map|=table->map; in make_join_statistics()
3754 join->const_table_map|= s->table->map; in make_join_statistics()
7634 join->const_table_map|=RAND_TABLE_BIT; in make_join_select()
7646 join->const_table_map, in make_join_select()
[all …]
H A Dsql_derived.cc351 (derived->select_lex->join->const_table_map & table->map))) in mysql_derived_create()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_optimizer.h108 table_map const_table_map; ///< Set of tables found to be const variable
425 const_table_map= 0; in init()
H A Dsql_optimizer.cc413 if (const_table_map != found_const_table_map && in optimize()
3227 join->const_table_map= 0; in make_join_statistics()
3476 join->const_table_map|=s->table->map; in make_join_statistics()
3533 join->const_table_map|= table->map; in make_join_statistics()
3544 if (s->dependent & ~(join->const_table_map)) in make_join_statistics()
3563 join->const_table_map|=table->map; in make_join_statistics()
3623 join->const_table_map|=table->map; in make_join_statistics()
3754 join->const_table_map|= s->table->map; in make_join_statistics()
7634 join->const_table_map|=RAND_TABLE_BIT; in make_join_select()
7646 join->const_table_map, in make_join_select()
[all …]
H A Dsql_derived.cc351 (derived->select_lex->join->const_table_map & table->map))) in mysql_derived_create()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_optimizer.h108 table_map const_table_map; ///< Set of tables found to be const variable
425 const_table_map= 0; in init()
H A Dsql_optimizer.cc394 if (const_table_map != found_const_table_map && in optimize()
3208 join->const_table_map= 0; in make_join_statistics()
3457 join->const_table_map|=s->table->map; in make_join_statistics()
3513 join->const_table_map|= table->map; in make_join_statistics()
3524 if (s->dependent & ~(join->const_table_map)) in make_join_statistics()
3543 join->const_table_map|=table->map; in make_join_statistics()
3603 join->const_table_map|=table->map; in make_join_statistics()
3734 join->const_table_map|= s->table->map; in make_join_statistics()
7614 join->const_table_map|=RAND_TABLE_BIT; in make_join_select()
7626 join->const_table_map, in make_join_select()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_optimizer.h108 table_map const_table_map; ///< Set of tables found to be const variable
425 const_table_map= 0; in init()
H A Dsql_optimizer.cc413 if (const_table_map != found_const_table_map && in optimize()
3227 join->const_table_map= 0; in make_join_statistics()
3476 join->const_table_map|=s->table->map; in make_join_statistics()
3533 join->const_table_map|= table->map; in make_join_statistics()
3544 if (s->dependent & ~(join->const_table_map)) in make_join_statistics()
3563 join->const_table_map|=table->map; in make_join_statistics()
3623 join->const_table_map|=table->map; in make_join_statistics()
3754 join->const_table_map|= s->table->map; in make_join_statistics()
7634 join->const_table_map|=RAND_TABLE_BIT; in make_join_select()
7646 join->const_table_map, in make_join_select()
[all …]
H A Dsql_derived.cc351 (derived->select_lex->join->const_table_map & table->map))) in mysql_derived_create()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_optimizer.h108 table_map const_table_map; ///< Set of tables found to be const variable
425 const_table_map= 0; in init()
H A Dsql_optimizer.cc394 if (const_table_map != found_const_table_map && in optimize()
3208 join->const_table_map= 0; in make_join_statistics()
3457 join->const_table_map|=s->table->map; in make_join_statistics()
3513 join->const_table_map|= table->map; in make_join_statistics()
3524 if (s->dependent & ~(join->const_table_map)) in make_join_statistics()
3543 join->const_table_map|=table->map; in make_join_statistics()
3603 join->const_table_map|=table->map; in make_join_statistics()
3734 join->const_table_map|= s->table->map; in make_join_statistics()
7614 join->const_table_map|=RAND_TABLE_BIT; in make_join_select()
7626 join->const_table_map, in make_join_select()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.h84 const_table_map(0), in JOIN()
238 table_map const_table_map; ///< Set of tables found to be const variable
H A Dsql_derived.cc253 (select_lex->join->const_table_map & map()))) // 2 in create_derived()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_optimizer.h84 const_table_map(0), in JOIN()
238 table_map const_table_map; ///< Set of tables found to be const variable
H A Dsql_derived.cc253 (select_lex->join->const_table_map & map()))) // 2 in create_derived()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.h84 const_table_map(0), in JOIN()
238 table_map const_table_map; ///< Set of tables found to be const variable
H A Dsql_derived.cc253 (select_lex->join->const_table_map & map()))) // 2 in create_derived()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.h84 const_table_map(0), in JOIN()
238 table_map const_table_map; ///< Set of tables found to be const variable
H A Dsql_derived.cc253 (select_lex->join->const_table_map & map()))) // 2 in create_derived()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_optimizer.h84 const_table_map(0), in JOIN()
238 table_map const_table_map; ///< Set of tables found to be const variable
H A Dsql_derived.cc253 (select_lex->join->const_table_map & map()))) // 2 in create_derived()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_optimizer.h84 const_table_map(0), in JOIN()
238 table_map const_table_map; ///< Set of tables found to be const variable
H A Dsql_derived.cc253 (select_lex->join->const_table_map & map()))) // 2 in create_derived()

12345