mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Merge mysql.com:/usr/home/bar/mysql-5.1-new.b18396
into mysql.com:/usr/home/bar/mysql-5.1-kt sql/sql_lex.cc: Auto merged
This commit is contained in:
commit
92a14462b5
3 changed files with 25 additions and 2 deletions
|
|
@ -777,8 +777,6 @@ int MYSQLlex(void *arg, void *yythd)
|
|||
int length;
|
||||
if ((length= my_mbcharlen(cs, c)) == 1)
|
||||
{
|
||||
if (c == (uchar) NAMES_SEP_CHAR)
|
||||
break; /* Old .frm format can't handle this char */
|
||||
if (c == quote_char)
|
||||
{
|
||||
if (yyPeek() != quote_char)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue