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:
unknown 2006-06-19 19:15:03 +05:00
commit 92a14462b5
3 changed files with 25 additions and 2 deletions

View file

@ -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)