1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

An unused variable (compile-time warning).

sql/sql_view.cc:
  An unused variable.
This commit is contained in:
unknown
2008-02-22 17:45:09 +03:00
parent c9be87d081
commit 5d26f63c95

View File

@ -758,7 +758,6 @@ static int mysql_register_view(THD *thd, TABLE_LIST *view,
enum_view_create_mode mode) enum_view_create_mode mode)
{ {
LEX *lex= thd->lex; LEX *lex= thd->lex;
char buff[4096];
/* /*
View definition query -- a SELECT statement that fully defines view. It View definition query -- a SELECT statement that fully defines view. It