summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorunknown <kostja@vajra.(none)>2007-04-05 21:46:25 +0400
committerunknown <kostja@vajra.(none)>2007-04-05 21:46:25 +0400
commitaadfe5e7fcd732be86ed620d016621450d496919 (patch)
tree5d58355a75ac7681531a0b2087306eec8ffa32a0 /sql/sp_head.cc
parent923d2d3a0174c29e7232ce637b38a1da1afebfc7 (diff)
downloadmariadb-git-aadfe5e7fcd732be86ed620d016621450d496919.tar.gz
Fix a compile error with LINT enabled builds.
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r--sql/sp_head.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index 9bedc6fb38e..cb19e800510 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -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);