Home
last modified time | relevance | path

Searched refs:sp_rcontext (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsp_rcontext.cc29 sp_rcontext::sp_rcontext(sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
50 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
67 bool sp_rcontext::init(THD *thd) in init()
107 sp_rcontext::init_var_table(THD *thd) in init_var_table()
137 sp_rcontext::init_var_items() in init_var_items()
204 sp_rcontext::find_handler(THD *thd, in find_handler()
304 sp_rcontext::pop_cursors(uint count) in pop_cursors()
344 sp_rcontext::push_hstack(uint h) in push_hstack()
356 sp_rcontext::pop_hstack() in pop_hstack()
432 sp_rcontext::exit_handler() in exit_handler()
[all …]
H A Dsp_rcontext.h120 class sp_rcontext : public Sql_alloc
122 sp_rcontext(const sp_rcontext &); /* Prevent use of these */
123 void operator=(sp_rcontext &);
150 sp_rcontext(sp_pcontext *root_parsing_ctx, Field *return_value_fld,
151 sp_rcontext *prev_runtime_ctx);
154 ~sp_rcontext();
290 sp_rcontext *m_prev_runtime_ctx;
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
56 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
70 sp_rcontext *sp_rcontext::create(THD *thd, in create()
74 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
93 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
115 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
136 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
168 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
190 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::pop_handler_frame(THD *thd) in pop_handler_frame()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
56 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
70 sp_rcontext *sp_rcontext::create(THD *thd, in create()
74 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
93 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
115 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
136 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
168 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
190 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::pop_handler_frame(THD *thd) in pop_handler_frame()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
56 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
70 sp_rcontext *sp_rcontext::create(THD *thd, in create()
74 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
93 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
115 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
136 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
168 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
190 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::pop_handler_frame(THD *thd) in pop_handler_frame()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
56 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
70 sp_rcontext *sp_rcontext::create(THD *thd, in create()
74 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
93 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
115 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
136 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
168 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
190 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::pop_handler_frame(THD *thd) in pop_handler_frame()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsp_rcontext.cc54 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
66 sp_rcontext::~sp_rcontext() { in ~sp_rcontext()
80 sp_rcontext *sp_rcontext::create(THD *thd, const sp_pcontext *root_parsing_ctx, in create()
82 sp_rcontext *ctx = new (thd->mem_root) in create()
96 bool sp_rcontext::alloc_arrays(THD *thd) { in alloc_arrays()
113 bool sp_rcontext::init_var_table(THD *thd) { in init_var_table()
131 bool sp_rcontext::init_var_items(THD *thd) { in init_var_items()
155 bool sp_rcontext::push_cursor(sp_instr_cpush *i) { in push_cursor()
174 void sp_rcontext::pop_cursors(uint count) { in pop_cursors()
210 void sp_rcontext::pop_handler_frame(THD *thd) { in pop_handler_frame()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
56 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
70 sp_rcontext *sp_rcontext::create(THD *thd, in create()
74 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
93 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
115 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
136 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
168 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
190 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::pop_handler_frame(THD *thd) in pop_handler_frame()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
56 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
70 sp_rcontext *sp_rcontext::create(THD *thd, in create()
74 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
93 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
115 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
136 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
168 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
190 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::pop_handler_frame(THD *thd) in pop_handler_frame()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
54 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
72 sp_rcontext *sp_rcontext::create(THD *thd, in create()
76 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
95 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
117 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
138 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
170 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
192 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::exit_handler(sp_pcontext *target_scope) in exit_handler()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
54 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
72 sp_rcontext *sp_rcontext::create(THD *thd, in create()
76 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
95 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
117 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
138 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
170 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
192 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::exit_handler(sp_pcontext *target_scope) in exit_handler()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
54 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
72 sp_rcontext *sp_rcontext::create(THD *thd, in create()
76 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
95 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
117 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
138 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
170 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
192 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::exit_handler(sp_pcontext *target_scope) in exit_handler()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
54 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
72 sp_rcontext *sp_rcontext::create(THD *thd, in create()
76 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
95 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
117 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
138 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
170 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
192 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::exit_handler(sp_pcontext *target_scope) in exit_handler()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsp_rcontext.cc40 sp_rcontext::sp_rcontext(const sp_pcontext *root_parsing_ctx, in sp_rcontext() function in sp_rcontext
54 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
72 sp_rcontext *sp_rcontext::create(THD *thd, in create()
76 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(root_parsing_ctx, in create()
95 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
117 bool sp_rcontext::init_var_table(THD *thd) in init_var_table()
138 bool sp_rcontext::init_var_items(THD *thd) in init_var_items()
170 bool sp_rcontext::push_cursor(sp_instr_cpush *i) in push_cursor()
192 void sp_rcontext::pop_cursors(uint count) in pop_cursors()
237 void sp_rcontext::exit_handler(sp_pcontext *target_scope) in exit_handler()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsp_rcontext.cc37 sp_rcontext *Sp_rcontext_handler_local::get_rcontext(sp_rcontext *ctx) const
42 sp_rcontext *Sp_rcontext_handler_package_body::get_rcontext(sp_rcontext *ctx) const
65 sp_rcontext::sp_rcontext(const sp_head *owner,
82 sp_rcontext::~sp_rcontext()
91 sp_rcontext *sp_rcontext::create(THD *thd,
98 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(owner,
155 bool sp_rcontext::alloc_arrays(THD *thd)
177 bool sp_rcontext::init_var_table(THD *thd,
341 bool sp_rcontext::init_var_items(THD *thd,
428 void sp_rcontext::push_cursor(sp_cursor *c)
[all …]
H A Dsp_rcontext.h60 class sp_rcontext : public Sql_alloc
73 static sp_rcontext *create(THD *thd,
79 ~sp_rcontext();
82 sp_rcontext(const sp_head *owner,
88 sp_rcontext(const sp_rcontext &);
89 void operator=(sp_rcontext &);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsp_rcontext.cc37 sp_rcontext *Sp_rcontext_handler_local::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
42 sp_rcontext *Sp_rcontext_handler_package_body::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
65 sp_rcontext::sp_rcontext(const sp_head *owner, in sp_rcontext() function in sp_rcontext
82 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
91 sp_rcontext *sp_rcontext::create(THD *thd, in create()
98 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(owner, in create()
155 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
177 bool sp_rcontext::init_var_table(THD *thd, in init_var_table()
341 bool sp_rcontext::init_var_items(THD *thd, in init_var_items()
428 void sp_rcontext::push_cursor(sp_cursor *c) in push_cursor()
[all …]
H A Dsp_rcontext.h60 class sp_rcontext : public Sql_alloc
73 static sp_rcontext *create(THD *thd,
79 ~sp_rcontext();
82 sp_rcontext(const sp_head *owner,
88 sp_rcontext(const sp_rcontext &);
89 void operator=(sp_rcontext &);
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsp_rcontext.cc37 sp_rcontext *Sp_rcontext_handler_local::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
42 sp_rcontext *Sp_rcontext_handler_package_body::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
65 sp_rcontext::sp_rcontext(const sp_head *owner, in sp_rcontext() function in sp_rcontext
82 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
91 sp_rcontext *sp_rcontext::create(THD *thd, in create()
98 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(owner, in create()
168 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
190 bool sp_rcontext::init_var_table(THD *thd, in init_var_table()
356 bool sp_rcontext::init_var_items(THD *thd, in init_var_items()
443 void sp_rcontext::push_cursor(sp_cursor *c) in push_cursor()
[all …]
H A Dsp_rcontext.h60 class sp_rcontext : public Sql_alloc
73 static sp_rcontext *create(THD *thd,
79 ~sp_rcontext();
82 sp_rcontext(const sp_head *owner,
88 sp_rcontext(const sp_rcontext &);
89 void operator=(sp_rcontext &);
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsp_rcontext.cc37 sp_rcontext *Sp_rcontext_handler_local::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
42 sp_rcontext *Sp_rcontext_handler_package_body::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
65 sp_rcontext::sp_rcontext(const sp_head *owner, in sp_rcontext() function in sp_rcontext
83 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
92 sp_rcontext *sp_rcontext::create(THD *thd, in create()
99 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(owner, in create()
169 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
191 bool sp_rcontext::init_var_table(THD *thd, in init_var_table()
357 bool sp_rcontext::init_var_items(THD *thd, in init_var_items()
444 void sp_rcontext::push_cursor(sp_cursor *c) in push_cursor()
[all …]
H A Dsp_rcontext.h60 class sp_rcontext : public Sql_alloc
73 static sp_rcontext *create(THD *thd,
79 ~sp_rcontext();
82 sp_rcontext(const sp_head *owner,
88 sp_rcontext(const sp_rcontext &);
89 void operator=(sp_rcontext &);
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsp_rcontext.cc37 sp_rcontext *Sp_rcontext_handler_local::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
42 sp_rcontext *Sp_rcontext_handler_package_body::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
65 sp_rcontext::sp_rcontext(const sp_head *owner, in sp_rcontext() function in sp_rcontext
82 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
91 sp_rcontext *sp_rcontext::create(THD *thd, in create()
98 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(owner, in create()
168 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
190 bool sp_rcontext::init_var_table(THD *thd, in init_var_table()
356 bool sp_rcontext::init_var_items(THD *thd, in init_var_items()
443 void sp_rcontext::push_cursor(sp_cursor *c) in push_cursor()
[all …]
H A Dsp_rcontext.h60 class sp_rcontext : public Sql_alloc
73 static sp_rcontext *create(THD *thd,
79 ~sp_rcontext();
82 sp_rcontext(const sp_head *owner,
88 sp_rcontext(const sp_rcontext &);
89 void operator=(sp_rcontext &);
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsp_rcontext.cc37 sp_rcontext *Sp_rcontext_handler_local::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
42 sp_rcontext *Sp_rcontext_handler_package_body::get_rcontext(sp_rcontext *ctx) const in get_rcontext()
65 sp_rcontext::sp_rcontext(const sp_head *owner, in sp_rcontext() function in sp_rcontext
83 sp_rcontext::~sp_rcontext() in ~sp_rcontext()
92 sp_rcontext *sp_rcontext::create(THD *thd, in create()
99 sp_rcontext *ctx= new (thd->mem_root) sp_rcontext(owner, in create()
169 bool sp_rcontext::alloc_arrays(THD *thd) in alloc_arrays()
191 bool sp_rcontext::init_var_table(THD *thd, in init_var_table()
357 bool sp_rcontext::init_var_items(THD *thd, in init_var_items()
444 void sp_rcontext::push_cursor(sp_cursor *c) in push_cursor()
[all …]

12345678910>>...14