Home
last modified time | relevance | path

Searched refs:sp_instr_preturn (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsp_head.h1584 class sp_instr_preturn : public sp_instr
1586 sp_instr_preturn(const sp_instr_preturn &); /**< Prevent use of these */
1587 void operator=(sp_instr_preturn &);
1591 sp_instr_preturn(uint ip, sp_pcontext *ctx) in sp_instr_preturn() function
1595 virtual ~sp_instr_preturn() in ~sp_instr_preturn()
H A Dsp_head.cc3112 sp_instr_preturn *i= new (thd->mem_root) in add_instr_preturn()
3113 sp_instr_preturn(instructions(), spcont); in add_instr_preturn()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsp_head.h1619 class sp_instr_preturn : public sp_instr
1621 sp_instr_preturn(const sp_instr_preturn &); /**< Prevent use of these */
1622 void operator=(sp_instr_preturn &);
1626 sp_instr_preturn(uint ip, sp_pcontext *ctx) in sp_instr_preturn() function
1630 virtual ~sp_instr_preturn() in ~sp_instr_preturn()
H A Dsp_head.cc74 PSI_server->register_statement(category, & sp_instr_preturn::psi_info, 1); in init_sp_psi_keys()
3188 sp_instr_preturn *i= new (thd->mem_root) in add_instr_preturn()
3189 sp_instr_preturn(instructions(), spcont); in add_instr_preturn()
4219 PSI_statement_info sp_instr_preturn::psi_info=
4223 sp_instr_preturn::execute(THD *thd, uint *nextp) in execute()
4231 sp_instr_preturn::print(String *str) in print()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsp_head.h1584 class sp_instr_preturn : public sp_instr
1586 sp_instr_preturn(const sp_instr_preturn &); /**< Prevent use of these */
1587 void operator=(sp_instr_preturn &);
1591 sp_instr_preturn(uint ip, sp_pcontext *ctx) in sp_instr_preturn() function
1595 virtual ~sp_instr_preturn() in ~sp_instr_preturn()
H A Dsp_head.cc3112 sp_instr_preturn *i= new (thd->mem_root) in add_instr_preturn()
3113 sp_instr_preturn(instructions(), spcont); in add_instr_preturn()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsp_head.h1561 class sp_instr_preturn : public sp_instr
1563 sp_instr_preturn(const sp_instr_preturn &); /**< Prevent use of these */
1564 void operator=(sp_instr_preturn &);
1568 sp_instr_preturn(uint ip, sp_pcontext *ctx) in sp_instr_preturn() function
1572 virtual ~sp_instr_preturn() in ~sp_instr_preturn()
H A Dsp_head.cc3134 sp_instr_preturn *i= new (thd->mem_root)
3135 sp_instr_preturn(instructions(), spcont);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsp_head.h1561 class sp_instr_preturn : public sp_instr
1563 sp_instr_preturn(const sp_instr_preturn &); /**< Prevent use of these */
1564 void operator=(sp_instr_preturn &);
1568 sp_instr_preturn(uint ip, sp_pcontext *ctx) in sp_instr_preturn() function
1572 virtual ~sp_instr_preturn() in ~sp_instr_preturn()
H A Dsp_head.cc3134 sp_instr_preturn *i= new (thd->mem_root) in add_instr_preturn()
3135 sp_instr_preturn(instructions(), spcont); in add_instr_preturn()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsp_head.h1619 class sp_instr_preturn : public sp_instr
1621 sp_instr_preturn(const sp_instr_preturn &); /**< Prevent use of these */
1622 void operator=(sp_instr_preturn &);
1626 sp_instr_preturn(uint ip, sp_pcontext *ctx) in sp_instr_preturn() function
1630 virtual ~sp_instr_preturn() in ~sp_instr_preturn()
H A Dsp_head.cc74 PSI_server->register_statement(category, & sp_instr_preturn::psi_info, 1); in init_sp_psi_keys()
3188 sp_instr_preturn *i= new (thd->mem_root) in add_instr_preturn()
3189 sp_instr_preturn(instructions(), spcont); in add_instr_preturn()
4219 PSI_statement_info sp_instr_preturn::psi_info=
4223 sp_instr_preturn::execute(THD *thd, uint *nextp) in execute()
4231 sp_instr_preturn::print(String *str) in print()