Commit e5b7551e authored by Jimmy Yang's avatar Jimmy Yang

merge from mysql-5.1-innodb to mysql-5.5-innodb

parents 48fcd08f 7a9120a1
...@@ -2707,7 +2707,7 @@ dict_scan_to( ...@@ -2707,7 +2707,7 @@ dict_scan_to(
quote = '\0'; quote = '\0';
} else if (quote) { } else if (quote) {
/* Within quotes: do nothing. */ /* Within quotes: do nothing. */
} else if (*ptr == '`' || *ptr == '"') { } else if (*ptr == '`' || *ptr == '"' || *ptr == '\'') {
/* Starting quote: remember the quote character. */ /* Starting quote: remember the quote character. */
quote = *ptr; quote = *ptr;
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment