mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge host.loc:/home/uchum/work/mysql-5.1
into host.loc:/home/uchum/work/5.1-opt
This commit is contained in:
@@ -1856,10 +1856,10 @@ bool sp_process_definer(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;
|
||||
|
||||
Reference in New Issue
Block a user