mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
ea2bc974dc
129 changed files with 1426 additions and 138 deletions
|
|
@ -486,6 +486,7 @@ static int DbugParse(CODE_STATE *cs, const char *control)
|
|||
rel= control[0] == '+' || control[0] == '-';
|
||||
if ((!rel || (!stack->out_file && !stack->next)))
|
||||
{
|
||||
LockIfInitSettings(cs);
|
||||
FreeState(cs, 0);
|
||||
stack->flags= 0;
|
||||
stack->delay= 0;
|
||||
|
|
@ -493,10 +494,9 @@ static int DbugParse(CODE_STATE *cs, const char *control)
|
|||
stack->sub_level= 0;
|
||||
stack->out_file= sstderr;
|
||||
stack->functions= NULL;
|
||||
LockIfInitSettings(cs);
|
||||
stack->keywords= NULL;
|
||||
UnlockIfInitSettings(cs);
|
||||
stack->processes= NULL;
|
||||
UnlockIfInitSettings(cs);
|
||||
}
|
||||
else if (!stack->out_file)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue