Home
last modified time | relevance | path

Searched refs:set_system_variable (Results 1 – 25 of 72) sorted by relevance

123

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dparse_tree_helpers.h197 bool set_system_variable(THD *thd, struct sys_var_with_base *tmp,
H A Dparse_tree_helpers.cc173 set_system_variable(THD *thd, struct sys_var_with_base *var_with_base, in set_system_variable() function
H A Dparse_tree_nodes.cc413 if (set_system_variable(thd, &name->value, lex->option_type, opt_expr)) in contextualize()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dparse_tree_helpers.h197 bool set_system_variable(THD *thd, struct sys_var_with_base *tmp,
H A Dparse_tree_helpers.cc173 set_system_variable(THD *thd, struct sys_var_with_base *var_with_base, in set_system_variable() function
H A Dparse_tree_nodes.cc413 if (set_system_variable(thd, &name->value, lex->option_type, opt_expr)) in contextualize()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dparse_tree_helpers.h197 bool set_system_variable(THD *thd, struct sys_var_with_base *tmp,
H A Dparse_tree_helpers.cc173 set_system_variable(THD *thd, struct sys_var_with_base *var_with_base, in set_system_variable() function
H A Dparse_tree_nodes.cc413 if (set_system_variable(thd, &name->value, lex->option_type, opt_expr)) in contextualize()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dparse_tree_helpers.h197 bool set_system_variable(THD *thd, struct sys_var_with_base *tmp,
H A Dparse_tree_helpers.cc173 set_system_variable(THD *thd, struct sys_var_with_base *var_with_base, in set_system_variable() function
H A Dparse_tree_nodes.cc413 if (set_system_variable(thd, &name->value, lex->option_type, opt_expr)) in contextualize()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dparse_tree_helpers.h197 bool set_system_variable(THD *thd, struct sys_var_with_base *tmp,
H A Dparse_tree_helpers.cc173 set_system_variable(THD *thd, struct sys_var_with_base *var_with_base, in set_system_variable() function
H A Dparse_tree_nodes.cc413 if (set_system_variable(thd, &name->value, lex->option_type, opt_expr)) in contextualize()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dparse_tree_helpers.h197 bool set_system_variable(THD *thd, struct sys_var_with_base *tmp,
H A Dparse_tree_helpers.cc173 set_system_variable(THD *thd, struct sys_var_with_base *var_with_base, in set_system_variable() function
H A Dparse_tree_nodes.cc413 if (set_system_variable(thd, &name->value, lex->option_type, opt_expr)) in contextualize()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dparse_tree_helpers.h229 bool set_system_variable(THD *thd, struct sys_var_with_base *tmp,
H A Dparse_tree_helpers.cc135 bool set_system_variable(THD *thd, struct sys_var_with_base *var_with_base, in set_system_variable() function
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_lex.h3432 bool set_system_variable(enum_var_type var_type, sys_var *var,
3434 bool set_system_variable(enum_var_type var_type, const LEX_CSTRING *name,
3436 bool set_system_variable(THD *thd, enum_var_type var_type,
H A Dsql_lex.cc7308 set_system_variable(option_type, name, item); in set_variable()
7342 return set_system_variable(thd, option_type, name1, name2, item); in set_variable()
7359 return set_system_variable(var_type, var, &default_base_name, val); in set_default_system_variable()
7363 bool LEX::set_system_variable(enum_var_type var_type, in set_system_variable() function in LEX
7369 return likely(var) ? set_system_variable(var_type, var, &null_clex_str, val) : true; in set_system_variable()
7373 bool LEX::set_system_variable(THD *thd, enum_var_type var_type, in set_system_variable() function in LEX
7391 return set_system_variable(var_type, tmp, name1, val); in set_system_variable()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_lex.h3432 bool set_system_variable(enum_var_type var_type, sys_var *var,
3434 bool set_system_variable(enum_var_type var_type, const LEX_CSTRING *name,
3436 bool set_system_variable(THD *thd, enum_var_type var_type,
H A Dsql_lex.cc7308 set_system_variable(option_type, name, item); in set_variable()
7342 return set_system_variable(thd, option_type, name1, name2, item); in set_variable()
7359 return set_system_variable(var_type, var, &default_base_name, val); in set_default_system_variable()
7363 bool LEX::set_system_variable(enum_var_type var_type, in set_system_variable() function in LEX
7369 return likely(var) ? set_system_variable(var_type, var, &null_clex_str, val) : true; in set_system_variable()
7373 bool LEX::set_system_variable(THD *thd, enum_var_type var_type, in set_system_variable() function in LEX
7391 return set_system_variable(var_type, tmp, name1, val); in set_system_variable()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_lex.h3806 bool set_system_variable(enum_var_type var_type, sys_var *var,
3808 bool set_system_variable(enum_var_type var_type,
3810 bool set_system_variable(THD *thd, enum_var_type var_type,

123