mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
merge to 5.1-bugteam tree
This commit is contained in:
commit
ab99c2347b
3 changed files with 22 additions and 1 deletions
|
|
@ -2616,7 +2616,7 @@ scan_more:
|
|||
} else if (quote) {
|
||||
/* Within quotes: do not look for
|
||||
starting quotes or comments. */
|
||||
} else if (*sptr == '"' || *sptr == '`') {
|
||||
} else if (*sptr == '"' || *sptr == '`' || *sptr == '\'') {
|
||||
/* Starting quote: remember the quote character. */
|
||||
quote = *sptr;
|
||||
} else if (*sptr == '#'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue