Home
last modified time | relevance | path

Searched refs:OPT_PERSIST (Results 1 – 9 of 9) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dset_var.h91 OPT_PERSIST, enumerator
273 case OPT_PERSIST: in check_scope()
285 return (type == OPT_GLOBAL || type == OPT_PERSIST || in is_global_persist()
419 return (type == OPT_GLOBAL || type == OPT_PERSIST || in is_global_persist()
H A Dset_var.cc287 if (type == OPT_GLOBAL || type == OPT_PERSIST || scope() == GLOBAL) { in update()
369 if (type == OPT_GLOBAL || type == OPT_PERSIST || scope() == GLOBAL) { in value_ptr()
807 (setvar->type == OPT_PERSIST || setvar->type == OPT_PERSIST_ONLY)) { in sql_set_variables()
968 if (type == OPT_GLOBAL || type == OPT_PERSIST) { in resolve()
977 if ((type == OPT_PERSIST || type == OPT_PERSIST_ONLY) && in resolve()
1044 if ((type == OPT_GLOBAL || type == OPT_PERSIST) && in light_check()
1123 case OPT_PERSIST: in print()
H A Dsql_plugin_var.cc280 DBUG_ASSERT(thd || (type == OPT_GLOBAL) || (type == OPT_PERSIST)); in real_value_ptr()
283 if (type == OPT_GLOBAL || type == OPT_PERSIST) thd = nullptr; in real_value_ptr()
H A Drpl_handler.cc1050 (sql_command == SQLCOM_RESET && lex->option_type == OPT_PERSIST); in launch_hook_trans_begin()
H A Dsys_vars.cc1169 if (var->type == OPT_GLOBAL || var->type == OPT_PERSIST) { in binlog_format_check()
6615 if (var->type == OPT_GLOBAL || var->type == OPT_PERSIST) { in check_group_replication_consistency()
6720 if ((var->type == OPT_GLOBAL || var->type == OPT_PERSIST) && in check_set_default_table_encryption_access()
H A Dsql_parse.cc376 return lex->option_type != OPT_PERSIST; in stmt_causes_implicit_commit()
4026 if ((lex->type & REFRESH_PERSIST) && (lex->option_type == OPT_PERSIST)) { in mysql_execute_command()
H A Dsql_yacc.cc39440 lex->option_type= OPT_PERSIST; in yyparse()
40831 { (yyval.var_type)=OPT_PERSIST; } in yyparse()
40909 { (yyval.var_type)=OPT_PERSIST; } in yyparse()
H A Dsql_yacc.yy13554 lex->option_type= OPT_PERSIST;
15150 | PERSIST_SYM { $$=OPT_PERSIST; }
15172 | PERSIST_SYM '.' { $$=OPT_PERSIST; }
/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.c916 OPT_PERSIST = 1 << 1 enumerator
970 !(optinfo[i].flags & OPT_PERSIST)) { in clear_stored_options_for_command()
1397 flags |= OPT_PERSIST; in set_options_for_command()