mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
Merge from 5.0 trunk.
This commit is contained in:
commit
a4e7283a92
415 changed files with 25610 additions and 17917 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue