mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug#42735: dbug treated duplicate keywords (-#d,kw,kw) incorrectly
This commit is contained in:
@ -1451,7 +1451,9 @@ next:
|
||||
{
|
||||
if (!strncmp((*cur)->str, start, len))
|
||||
{
|
||||
if (todo == EXCLUDE)
|
||||
if ((*cur)->flags & todo) /* same action ? */
|
||||
(*cur)->flags|= subdir; /* just merge the SUBDIR flag */
|
||||
else if (todo == EXCLUDE)
|
||||
{
|
||||
struct link *delme=*cur;
|
||||
*cur=(*cur)->next_link;
|
||||
|
Reference in New Issue
Block a user