mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fix a compile error with LINT enabled builds.
This commit is contained in:
parent
923d2d3a01
commit
aadfe5e7fc
1 changed files with 0 additions and 3 deletions
|
@ -2109,9 +2109,6 @@ sp_head::show_create_procedure(THD *thd)
|
|||
DBUG_ENTER("sp_head::show_create_procedure");
|
||||
DBUG_PRINT("info", ("procedure %s", m_name.str));
|
||||
|
||||
LINT_INIT(sql_mode_str);
|
||||
LINT_INIT(sql_mode_len);
|
||||
|
||||
if (check_show_routine_access(thd, this, &full_access))
|
||||
DBUG_RETURN(1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue