1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed subquery with PS (BUG#2462)

fixed UNION preparation
This commit is contained in:
bell@sanja.is.com.ua
2004-02-08 20:14:13 +02:00
parent 8eb590a71e
commit 69e2460bd4
17 changed files with 360 additions and 121 deletions

View File

@ -468,3 +468,9 @@ int st_select_lex_unit::cleanup()
}
DBUG_RETURN(error);
}
void st_select_lex_unit::reinit_exec_mechanism()
{
prepared= optimized= executed= 0;
}