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:
@ -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
|
||||||
|
Reference in New Issue
Block a user