Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
This commit is contained in:
commit
585d97b741
@ -1083,7 +1083,11 @@ static void reset_stmt_for_execute(Prepared_statement *stmt)
|
||||
tables;
|
||||
tables= tables->next)
|
||||
{
|
||||
tables->table= 0; // safety - nasty init
|
||||
/*
|
||||
Reset old pointers to TABLEs: they are not valid since the tables
|
||||
were closed in the end of previous prepare or execute call.
|
||||
*/
|
||||
tables->table= 0;
|
||||
tables->table_list= 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user