Skip to content

Commit

Permalink
Merge branch 'mysql-5.6' into mysql-5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Shishir Jaiswal committed Dec 4, 2016
2 parents 15829c1 + de8af14 commit f6dfd18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regex/regcomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@ sopno size;

DBUG_EXECUTE_IF("bug24449090_simulate_oom",
{
free(p->strip);
p->strip= NULL;
p->ssize= 0;
SETERROR(MY_REG_ESPACE);
Expand Down

0 comments on commit f6dfd18

Please sign in to comment.