1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

moved procedure list initialization (BUG#6517)

This commit is contained in:
bell@sanja.is.com.ua
2004-11-15 14:37:40 +02:00
parent a2177a2f35
commit 77540c8996
4 changed files with 9 additions and 1 deletions

View File

@@ -3940,7 +3940,6 @@ mysql_init_select(LEX *lex)
{
DBUG_ASSERT(lex->result == 0);
lex->exchange= 0;
lex->proc_list.first= 0;
}
}