mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into maint1.mysql.com:/data/localhome/cmiller/mysql-5.0-maint
This commit is contained in:
commit
5572348ba5
4 changed files with 30 additions and 2 deletions
|
|
@ -1040,6 +1040,8 @@ int MYSQLlex(void *arg, void *yythd)
|
|||
if (c == '.')
|
||||
lex->next_state=MY_LEX_IDENT_SEP;
|
||||
length= (uint) (lex->ptr - lex->tok_start)-1;
|
||||
if (length == 0)
|
||||
return(ABORT_SYM); // Names must be nonempty.
|
||||
if ((tokval= find_keyword(lex,length,0)))
|
||||
{
|
||||
yyUnget(); // Put back 'c'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue