Commit 9c6e4c86 authored by kostja@vajra.(none)'s avatar kostja@vajra.(none)

Fix a compile error with LINT enabled builds.

parent 7d463c1e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment