mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
valgrind error fix(uninitialiased variable)
removed unnecessary operation
This commit is contained in:
@@ -5189,7 +5189,6 @@ mysql_init_select(LEX *lex)
|
||||
{
|
||||
SELECT_LEX *select_lex= lex->current_select;
|
||||
select_lex->init_select();
|
||||
lex->orig_sql_command= SQLCOM_END;
|
||||
lex->wild= 0;
|
||||
if (select_lex == &lex->select_lex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user