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

Merge with pulled code

This commit is contained in:
monty@mysql.com
2004-09-03 22:38:45 +03:00
17 changed files with 483 additions and 453 deletions

View File

@@ -1683,8 +1683,8 @@ void reset_stmt_for_execute(THD *thd, LEX *lex)
if (lex->empty_field_list_on_rset)
{
lex->field_list.empty();
lex->empty_field_list_on_rset= 0;
lex->field_list.empty();
}
for (; sl; sl= sl->next_select_in_list())
{