Home
last modified time | relevance | path

Searched refs:wild_string (Results 1 – 10 of 10) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_show_status.cc224 PTI_text_literal_text_string *wild_string; in build_query() local
225 wild_string = new (thd->mem_root) PTI_text_literal_text_string( in build_query()
227 if (wild_string == nullptr) return nullptr; in build_query()
232 Item_func_like(pos, ident_name_where, wild_string, nullptr); in build_query()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc255 PTI_text_literal_text_string *wild_string; in build_query() local
256wild_string= new (thd->mem_root) PTI_text_literal_text_string(pos, false, *lex_string); // TODO WL… in build_query()
257 if (wild_string == NULL) in build_query()
262 func_like= new (thd->mem_root) Item_func_like(pos, ident_name_where, wild_string, NULL); in build_query()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc255 PTI_text_literal_text_string *wild_string; in build_query() local
256wild_string= new (thd->mem_root) PTI_text_literal_text_string(pos, false, *lex_string); // TODO WL… in build_query()
257 if (wild_string == NULL) in build_query()
262 func_like= new (thd->mem_root) Item_func_like(pos, ident_name_where, wild_string, NULL); in build_query()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_show_status.cc255 PTI_text_literal_text_string *wild_string; in build_query() local
256wild_string= new (thd->mem_root) PTI_text_literal_text_string(pos, false, *lex_string); // TODO WL… in build_query()
257 if (wild_string == NULL) in build_query()
262 func_like= new (thd->mem_root) Item_func_like(pos, ident_name_where, wild_string, NULL); in build_query()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc255 PTI_text_literal_text_string *wild_string; in build_query() local
256wild_string= new (thd->mem_root) PTI_text_literal_text_string(pos, false, *lex_string); // TODO WL… in build_query()
257 if (wild_string == NULL) in build_query()
262 func_like= new (thd->mem_root) Item_func_like(pos, ident_name_where, wild_string, NULL); in build_query()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_show_status.cc255 PTI_text_literal_text_string *wild_string; in build_query() local
256wild_string= new (thd->mem_root) PTI_text_literal_text_string(pos, false, *lex_string); // TODO WL… in build_query()
257 if (wild_string == NULL) in build_query()
262 func_like= new (thd->mem_root) Item_func_like(pos, ident_name_where, wild_string, NULL); in build_query()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_show_status.cc255 PTI_text_literal_text_string *wild_string; in build_query() local
256wild_string= new (thd->mem_root) PTI_text_literal_text_string(pos, false, *lex_string); // TODO WL… in build_query()
257 if (wild_string == NULL) in build_query()
262 func_like= new (thd->mem_root) Item_func_like(pos, ident_name_where, wild_string, NULL); in build_query()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/info_schema/
H A Dshow_query_builder.cc186 PTI_text_literal_text_string *wild_string = in prepare_like_item() local
189 if (wild_string == nullptr) return nullptr; in prepare_like_item()
193 Item_func_like(*m_pos, ident_field, wild_string, nullptr); in prepare_like_item()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dconstobj.d423 LISPOBJ_S(wild_string,"*")
H A Dpathname.d1206 } else if (string_equal(here,O(wild_string))) { in simplify_directory()
1383 #define string2wild(str) (equal(str,O(wild_string)) ? S(Kwild) : (object)(str))
1384 #define wild2string(obj) (eq(obj,S(Kwild)) ? (object)O(wild_string) : (obj))
2278 else if (eq(subdir,S(Kwild))) pushSTACK(O(wild_string)); \
2421 pushSTACK(O(wild_string)); in nametype_namestring_parts()
4203 push_solution_with(O(wild_string)); in subdir_diff()
6784 #define READDIR_wildnametype_suffix O(wild_string) /* "*" */