Home
last modified time | relevance | path

Searched refs:sp_variable (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsp_pcontext.h36 class sp_variable : public Sql_alloc
69 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
358 sp_variable *add_variable(THD *thd,
361 sp_variable::enum_mode mode);
380 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
392 sp_variable *find_variable(uint offset) const;
556 Dynamic_array<sp_variable *> m_vars;
H A Dsp_pcontext.cc157 sp_variable *sp_pcontext::find_variable(LEX_STRING name, in find_variable()
164 sp_variable *p= m_vars.at(i); in find_variable()
180 sp_variable *sp_pcontext::find_variable(uint offset) const in find_variable()
191 sp_variable *sp_pcontext::add_variable(THD *thd, in add_variable()
194 sp_variable::enum_mode mode) in add_variable()
196 sp_variable *p= in add_variable()
197 new (thd->mem_root) sp_variable(name, type,mode, current_var_count()); in add_variable()
467 sp_variable *var_def= m_vars.at(i); in retrieve_field_definitions()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsp_pcontext.h36 class sp_variable : public Sql_alloc
69 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
358 sp_variable *add_variable(THD *thd,
361 sp_variable::enum_mode mode);
380 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
392 sp_variable *find_variable(uint offset) const;
556 Dynamic_array<sp_variable *> m_vars;
H A Dsp_pcontext.cc157 sp_variable *sp_pcontext::find_variable(LEX_STRING name, in find_variable()
164 sp_variable *p= m_vars.at(i); in find_variable()
180 sp_variable *sp_pcontext::find_variable(uint offset) const in find_variable()
191 sp_variable *sp_pcontext::add_variable(THD *thd, in add_variable()
194 sp_variable::enum_mode mode) in add_variable()
196 sp_variable *p= in add_variable()
197 new (thd->mem_root) sp_variable(name, type,mode, current_var_count()); in add_variable()
467 sp_variable *var_def= m_vars.at(i); in retrieve_field_definitions()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsp_pcontext.h36 class sp_variable : public Sql_alloc
69 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
358 sp_variable *add_variable(THD *thd,
361 sp_variable::enum_mode mode);
380 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
392 sp_variable *find_variable(uint offset) const;
556 Dynamic_array<sp_variable *> m_vars;
H A Dsp_pcontext.cc157 sp_variable *sp_pcontext::find_variable(LEX_STRING name, in find_variable()
164 sp_variable *p= m_vars.at(i); in find_variable()
180 sp_variable *sp_pcontext::find_variable(uint offset) const in find_variable()
191 sp_variable *sp_pcontext::add_variable(THD *thd, in add_variable()
194 sp_variable::enum_mode mode) in add_variable()
196 sp_variable *p= in add_variable()
197 new (thd->mem_root) sp_variable(name, type,mode, current_var_count()); in add_variable()
467 sp_variable *var_def= m_vars.at(i); in retrieve_field_definitions()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsp_pcontext.h36 class sp_variable : public Sql_alloc
69 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
358 sp_variable *add_variable(THD *thd,
361 sp_variable::enum_mode mode);
380 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
392 sp_variable *find_variable(uint offset) const;
556 Dynamic_array<sp_variable *> m_vars;
H A Dsp_pcontext.cc157 sp_variable *sp_pcontext::find_variable(LEX_STRING name, in find_variable()
164 sp_variable *p= m_vars.at(i); in find_variable()
180 sp_variable *sp_pcontext::find_variable(uint offset) const in find_variable()
191 sp_variable *sp_pcontext::add_variable(THD *thd, in add_variable()
194 sp_variable::enum_mode mode) in add_variable()
196 sp_variable *p= in add_variable()
197 new (thd->mem_root) sp_variable(name, type,mode, current_var_count()); in add_variable()
467 sp_variable *var_def= m_vars.at(i); in retrieve_field_definitions()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsp_pcontext.h36 class sp_variable : public Sql_alloc
69 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
358 sp_variable *add_variable(THD *thd,
361 sp_variable::enum_mode mode);
380 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
392 sp_variable *find_variable(uint offset) const;
556 Dynamic_array<sp_variable *> m_vars;
H A Dsp_pcontext.cc157 sp_variable *sp_pcontext::find_variable(LEX_STRING name, in find_variable()
164 sp_variable *p= m_vars.at(i); in find_variable()
180 sp_variable *sp_pcontext::find_variable(uint offset) const in find_variable()
191 sp_variable *sp_pcontext::add_variable(THD *thd, in add_variable()
194 sp_variable::enum_mode mode) in add_variable()
196 sp_variable *p= in add_variable()
197 new (thd->mem_root) sp_variable(name, type,mode, current_var_count()); in add_variable()
467 sp_variable *var_def= m_vars.at(i); in retrieve_field_definitions()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsp_pcontext.h37 class sp_variable : public Sql_alloc
70 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
374 sp_variable *add_variable(THD *thd,
377 sp_variable::enum_mode mode);
396 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
408 sp_variable *find_variable(uint offset) const;
573 Mem_root_array<sp_variable *, true> m_vars;
H A Dsp_pcontext.cc237 sp_variable *sp_pcontext::find_variable(LEX_STRING name, in find_variable()
244 sp_variable *p= m_vars.at(i); in find_variable()
260 sp_variable *sp_pcontext::find_variable(uint offset) const in find_variable()
271 sp_variable *sp_pcontext::add_variable(THD *thd, in add_variable()
274 sp_variable::enum_mode mode) in add_variable()
276 sp_variable *p= in add_variable()
277 new (thd->mem_root) sp_variable(name, type,mode, current_var_count()); in add_variable()
547 sp_variable *var_def= m_vars.at(i); in retrieve_field_definitions()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsp_pcontext.h37 class sp_variable : public Sql_alloc
70 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
374 sp_variable *add_variable(THD *thd,
377 sp_variable::enum_mode mode);
396 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
408 sp_variable *find_variable(uint offset) const;
573 Mem_root_array<sp_variable *, true> m_vars;
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsp_pcontext.h37 class sp_variable : public Sql_alloc
70 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
374 sp_variable *add_variable(THD *thd,
377 sp_variable::enum_mode mode);
396 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
408 sp_variable *find_variable(uint offset) const;
573 Mem_root_array<sp_variable *, true> m_vars;
H A Dsp_pcontext.cc237 sp_variable *sp_pcontext::find_variable(LEX_STRING name, in find_variable()
244 sp_variable *p= m_vars.at(i); in find_variable()
260 sp_variable *sp_pcontext::find_variable(uint offset) const in find_variable()
271 sp_variable *sp_pcontext::add_variable(THD *thd, in add_variable()
274 sp_variable::enum_mode mode) in add_variable()
276 sp_variable *p= in add_variable()
277 new (thd->mem_root) sp_variable(name, type,mode, current_var_count()); in add_variable()
547 sp_variable *var_def= m_vars.at(i); in retrieve_field_definitions()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsp_pcontext.h37 class sp_variable : public Sql_alloc
70 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
374 sp_variable *add_variable(THD *thd,
377 sp_variable::enum_mode mode);
396 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
408 sp_variable *find_variable(uint offset) const;
573 Mem_root_array<sp_variable *, true> m_vars;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsp_pcontext.h37 class sp_variable : public Sql_alloc
70 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
374 sp_variable *add_variable(THD *thd,
377 sp_variable::enum_mode mode);
396 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
408 sp_variable *find_variable(uint offset) const;
573 Mem_root_array<sp_variable *, true> m_vars;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsp_pcontext.h37 class sp_variable : public Sql_alloc
70 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
374 sp_variable *add_variable(THD *thd,
377 sp_variable::enum_mode mode);
396 sp_variable *find_variable(LEX_STRING name, bool current_scope_only) const;
408 sp_variable *find_variable(uint offset) const;
573 Mem_root_array<sp_variable *, true> m_vars;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsp_pcontext.h47 class sp_variable {
74 sp_variable(LEX_STRING _name, enum_field_types _type, enum_mode _mode, in sp_variable() function
332 sp_variable *add_variable(THD *thd, LEX_STRING name,
334 sp_variable::enum_mode mode);
354 sp_variable *find_variable(const char *name, size_t name_len,
367 sp_variable *find_variable(uint offset) const;
524 Mem_root_array<sp_variable *> m_vars;
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsp_pcontext.h33 class sp_variable : public Sql_alloc
66 sp_variable(const LEX_CSTRING *name_arg, uint offset_arg) in sp_variable() function
443 sp_variable *get_context_variable(uint i) const in get_context_variable()
453 sp_variable *get_last_context_variable(uint i= 0) const
465 sp_variable *add_variable(THD *thd, const LEX_CSTRING *name);
484 sp_variable *find_variable(const LEX_CSTRING *name, bool current_scope_only) const;
496 sp_variable *find_variable(uint offset) const;
739 Dynamic_array<sp_variable *> m_vars;
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsp_pcontext.h32 class sp_variable : public Sql_alloc
65 sp_variable(const LEX_CSTRING *name_arg, uint offset_arg) in sp_variable() function
443 sp_variable *get_context_variable(uint i) const in get_context_variable()
453 sp_variable *get_last_context_variable(uint i= 0) const
465 sp_variable *add_variable(THD *thd, const LEX_CSTRING *name);
484 sp_variable *find_variable(const LEX_CSTRING *name, bool current_scope_only) const;
496 sp_variable *find_variable(uint offset) const;
739 Dynamic_array<sp_variable *> m_vars;
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsp_pcontext.h32 class sp_variable : public Sql_alloc
65 sp_variable(const LEX_CSTRING *name_arg, uint offset_arg) in sp_variable() function
443 sp_variable *get_context_variable(uint i) const in get_context_variable()
453 sp_variable *get_last_context_variable(uint i= 0) const
465 sp_variable *add_variable(THD *thd, const LEX_CSTRING *name);
484 sp_variable *find_variable(const LEX_CSTRING *name, bool current_scope_only) const;
496 sp_variable *find_variable(uint offset) const;
739 Dynamic_array<sp_variable *> m_vars;
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsp_pcontext.h33 class sp_variable : public Sql_alloc
66 sp_variable(const LEX_CSTRING *name_arg, uint offset_arg) in sp_variable() function
444 sp_variable *get_context_variable(uint i) const in get_context_variable()
454 sp_variable *get_last_context_variable(uint i= 0) const
466 sp_variable *add_variable(THD *thd, const LEX_CSTRING *name);
485 sp_variable *find_variable(const LEX_CSTRING *name, bool current_scope_only) const;
497 sp_variable *find_variable(uint offset) const;
740 Dynamic_array<sp_variable *> m_vars;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsp_pcontext.h33 class sp_variable : public Sql_alloc
66 sp_variable(const LEX_CSTRING *name_arg, uint offset_arg) in sp_variable() function
444 sp_variable *get_context_variable(uint i) const in get_context_variable()
454 sp_variable *get_last_context_variable(uint i= 0) const
466 sp_variable *add_variable(THD *thd, const LEX_CSTRING *name);
485 sp_variable *find_variable(const LEX_CSTRING *name, bool current_scope_only) const;
497 sp_variable *find_variable(uint offset) const;
740 Dynamic_array<sp_variable *> m_vars;
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsp_pcontext.h33 class sp_variable : public Sql_alloc
66 sp_variable(const LEX_CSTRING *name_arg, uint offset_arg) in sp_variable() function
443 sp_variable *get_context_variable(uint i) const in get_context_variable()
453 sp_variable *get_last_context_variable(uint i= 0) const
465 sp_variable *add_variable(THD *thd, const LEX_CSTRING *name);
484 sp_variable *find_variable(const LEX_CSTRING *name, bool current_scope_only) const;
496 sp_variable *find_variable(uint offset) const;
739 Dynamic_array<sp_variable *> m_vars;

12345678910>>...12