Commit abbf84a8 authored by unknown's avatar unknown

An unused variable (compile-time warning).


sql/sql_view.cc:
  An unused variable.
parent ad8a29b6
......@@ -758,7 +758,6 @@ static int mysql_register_view(THD *thd, TABLE_LIST *view,
enum_view_create_mode mode)
{
LEX *lex= thd->lex;
char buff[4096];
/*
View definition query -- a SELECT statement that fully defines view. It
......
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