mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user