• unknown's avatar
    Faster parsing of identifiers · 895e3dbb
    unknown authored
    Compatibility syntax: SERIAL, [PRIMARY] KEY and VALUE
    
    
    
    sql/sql_lex.cc:
      Faster handling of identifiers
    sql/sql_lex.h:
      Faster handling of identifiers
    sql/sql_yacc.yy:
      Added SERIAL (alias for bigint auto_increment)
      Make PRIMARY optional in field specification
      Make VALUE alias for VALUES
    895e3dbb
sql_lex.cc 34.4 KB