mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
MDEV-13298 Change sp_head::m_chistics from a pointer to a structure
This commit is contained in:
parent
31b3511849
commit
7c3df72d0a
14 changed files with 110 additions and 76 deletions
2
sql/sp.h
2
sql/sp.h
|
|
@ -240,7 +240,7 @@ bool show_create_sp(THD *thd, String *buf,
|
|||
const char *params, ulong paramslen,
|
||||
const char *returns, ulong returnslen,
|
||||
const char *body, ulong bodylen,
|
||||
const st_sp_chistics *chistics,
|
||||
const st_sp_chistics &chistics,
|
||||
const LEX_CSTRING *definer_user,
|
||||
const LEX_CSTRING *definer_host,
|
||||
sql_mode_t sql_mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue