Merge from 5.0 trunk.

This commit is contained in:
Chad MILLER 2008-07-14 16:16:37 -04:00
commit a4e7283a92
415 changed files with 25610 additions and 17917 deletions

View file

@ -2538,10 +2538,10 @@ static void reset_one_shot_variables(THD *thd)
TRUE Error
*/
bool
int
mysql_execute_command(THD *thd)
{
bool res= FALSE;
int res= FALSE;
bool need_start_waiting= FALSE; // have protection against global read lock
int up_result= 0;
LEX *lex= thd->lex;