diff options
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |