Home
last modified time | relevance | path

Searched refs:where_cond (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/info_schema/
H A Dshow.h66 Item *where_cond);
98 const String *wild, Item *where_cond);
125 Item *where_cond);
204 Item *where_cond,
266 const String *wild, Item *where_cond);
331 Table_ident *table_ident, Item *where_cond);
387 Item *where_cond);
441 Item *where_cond);
503 Item *where_cond);
H A Dshow.cc145 } else if (where_cond && top_query.add_condition(where_cond)) in build_show_character_set_query()
292 } else if (where_cond && top_query.add_condition(where_cond)) in build_show_collation_query()
361 } else if (where_cond && top_query.add_condition(where_cond)) in build_show_databases_query()
502 Item *where_cond, in build_show_tables_query() argument
601 if (where_cond && top_query.add_condition(where_cond)) return nullptr; in build_show_tables_query()
745 if (where_cond && top_query.add_condition(where_cond)) return nullptr; in build_show_columns_query()
907 if (where_cond && top_query.add_condition(where_cond)) return nullptr; in build_show_keys_query()
1056 if (where_cond && top_query.add_condition(where_cond)) return nullptr; in build_show_triggers_query()
1173 if (where_cond && top_query.add_condition(where_cond)) return nullptr; in build_show_procedures_query()
1190 Item *where_cond) { in build_show_events_query() argument
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_show_status.cc88 const String *wild, Item *where_cond) { in build_query() argument
239 where_clause = where_cond; in build_query()
272 const String *wild, Item *where_cond) { in build_show_session_status() argument
276 where_cond); in build_show_session_status()
280 const String *wild, Item *where_cond) { in build_show_global_status() argument
284 where_cond); in build_show_global_status()
288 const String *wild, Item *where_cond) { in build_show_session_variables() argument
292 where_cond); in build_show_session_variables()
296 const String *wild, Item *where_cond) { in build_show_global_variables() argument
300 where_cond); in build_show_global_variables()
H A Dsql_show_status.h34 const String *wild, Item *where_cond);
37 const String *wild, Item *where_cond);
40 const String *wild, Item *where_cond);
43 const String *wild, Item *where_cond);
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_show_status.h32 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
35 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
38 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
41 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
H A Dsql_show_status.cc62 Item *where_cond) in build_query() argument
273 where_clause= where_cond; in build_query()
320 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_status() argument
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
328 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_status() argument
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
336 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_variables() argument
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
344 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_variables() argument
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_show_status.h32 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
35 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
38 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
41 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
H A Dsql_show_status.cc62 Item *where_cond) in build_query() argument
273 where_clause= where_cond; in build_query()
320 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_status() argument
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
328 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_status() argument
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
336 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_variables() argument
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
344 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_variables() argument
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_show_status.h32 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
35 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
38 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
41 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
H A Dsql_show_status.cc62 Item *where_cond) in build_query() argument
273 where_clause= where_cond; in build_query()
320 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_status() argument
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
328 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_status() argument
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
336 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_variables() argument
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
344 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_variables() argument
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_show_status.h32 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
35 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
38 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
41 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
H A Dsql_show_status.cc62 Item *where_cond) in build_query() argument
273 where_clause= where_cond; in build_query()
320 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_status() argument
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
328 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_status() argument
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
336 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_variables() argument
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
344 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_variables() argument
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_show_status.h32 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
35 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
38 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
41 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
H A Dsql_show_status.cc62 Item *where_cond) in build_query() argument
273 where_clause= where_cond; in build_query()
320 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_status() argument
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
328 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_status() argument
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
336 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_variables() argument
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
344 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_variables() argument
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
H A Ditem_subselect.cc324 if (join->where_cond) in finalize_materialization_transform()
325 join->where_cond= remove_in2exists_conds(join->where_cond); in finalize_materialization_transform()
535 lex->join->where_cond : lex->where_cond(); in walk_body()
537 if (where_cond && in walk_body()
538 where_cond->walk(processor, walk, arg)) in walk_body()
659 if (sel->where_cond()) in fix_after_pullout()
2134 select->where_cond()->top_level_item(); in single_value_in_to_exists_transformer()
2142 if (select->where_cond()->fix_fields(thd, NULL)) in single_value_in_to_exists_transformer()
2510 select->where_cond()->top_level_item(); in row_value_in_to_exists_transformer()
2514 if (select->where_cond()->fix_fields(thd, NULL)) in row_value_in_to_exists_transformer()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_show_status.h32 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
35 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond);
38 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
41 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond);
H A Dsql_show_status.cc62 Item *where_cond) in build_query() argument
273 where_clause= where_cond; in build_query()
320 build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_status() argument
324 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_session_status()
328 build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_status() argument
332 return build_query(pos, thd, SQLCOM_SHOW_STATUS, table_name, wild, where_cond); in build_show_global_status()
336 build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_session_variables() argument
340 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_session_variables()
344 build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond) in build_show_global_variables() argument
348 return build_query(pos, thd, SQLCOM_SHOW_VARIABLES, table_name, wild, where_cond); in build_show_global_variables()
H A Ditem_subselect.cc324 if (join->where_cond) in finalize_materialization_transform()
325 join->where_cond= remove_in2exists_conds(join->where_cond); in finalize_materialization_transform()
535 lex->join->where_cond : lex->where_cond(); in walk_body()
537 if (where_cond && in walk_body()
538 where_cond->walk(processor, walk, arg)) in walk_body()
659 if (sel->where_cond()) in fix_after_pullout()
2134 select->where_cond()->top_level_item(); in single_value_in_to_exists_transformer()
2142 if (select->where_cond()->fix_fields(thd, NULL)) in single_value_in_to_exists_transformer()
2510 select->where_cond()->top_level_item(); in row_value_in_to_exists_transformer()
2514 if (select->where_cond()->fix_fields(thd, NULL)) in row_value_in_to_exists_transformer()
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c77 gda_sql_expr_free (select->where_cond);
115 dest->where_cond = gda_sql_expr_copy (select->where_cond);
116 gda_sql_any_part_set_parent (dest->where_cond, dest);
186 if (select->where_cond) {
188 str = gda_sql_expr_serialize (select->where_cond);
318 select->where_cond = expr;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c77 gda_sql_expr_free (select->where_cond); in _gda_sql_statement_select_free()
115 dest->where_cond = gda_sql_expr_copy (select->where_cond); in _gda_sql_statement_select_copy()
116 gda_sql_any_part_set_parent (dest->where_cond, dest); in _gda_sql_statement_select_copy()
186 if (select->where_cond) { in _gda_sql_statement_select_serialize()
188 str = gda_sql_expr_serialize (select->where_cond); in _gda_sql_statement_select_serialize()
318 select->where_cond = expr; in gda_sql_statement_select_take_where_cond()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c77 gda_sql_expr_free (select->where_cond); in _gda_sql_statement_select_free()
115 dest->where_cond = gda_sql_expr_copy (select->where_cond); in _gda_sql_statement_select_copy()
116 gda_sql_any_part_set_parent (dest->where_cond, dest); in _gda_sql_statement_select_copy()
186 if (select->where_cond) { in _gda_sql_statement_select_serialize()
188 str = gda_sql_expr_serialize (select->where_cond); in _gda_sql_statement_select_serialize()
318 select->where_cond = expr; in gda_sql_statement_select_take_where_cond()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c77 gda_sql_expr_free (select->where_cond); in _gda_sql_statement_select_free()
115 dest->where_cond = gda_sql_expr_copy (select->where_cond); in _gda_sql_statement_select_copy()
116 gda_sql_any_part_set_parent (dest->where_cond, dest); in _gda_sql_statement_select_copy()
186 if (select->where_cond) { in _gda_sql_statement_select_serialize()
188 str = gda_sql_expr_serialize (select->where_cond); in _gda_sql_statement_select_serialize()
318 select->where_cond = expr; in gda_sql_statement_select_take_where_cond()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c77 gda_sql_expr_free (select->where_cond); in _gda_sql_statement_select_free()
115 dest->where_cond = gda_sql_expr_copy (select->where_cond); in _gda_sql_statement_select_copy()
116 gda_sql_any_part_set_parent (dest->where_cond, dest); in _gda_sql_statement_select_copy()
186 if (select->where_cond) { in _gda_sql_statement_select_serialize()
188 str = gda_sql_expr_serialize (select->where_cond); in _gda_sql_statement_select_serialize()
318 select->where_cond = expr; in gda_sql_statement_select_take_where_cond()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c77 gda_sql_expr_free (select->where_cond);
115 dest->where_cond = gda_sql_expr_copy (select->where_cond);
116 gda_sql_any_part_set_parent (dest->where_cond, dest);
186 if (select->where_cond) {
188 str = gda_sql_expr_serialize (select->where_cond);
318 select->where_cond = expr;
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c77 gda_sql_expr_free (select->where_cond); in _gda_sql_statement_select_free()
115 dest->where_cond = gda_sql_expr_copy (select->where_cond); in _gda_sql_statement_select_copy()
116 gda_sql_any_part_set_parent (dest->where_cond, dest); in _gda_sql_statement_select_copy()
186 if (select->where_cond) { in _gda_sql_statement_select_serialize()
188 str = gda_sql_expr_serialize (select->where_cond); in _gda_sql_statement_select_serialize()
318 select->where_cond = expr; in gda_sql_statement_select_take_where_cond()

1234567891011