• pem@mysql.comhem.se's avatar
    WL#1447: Remove the UDF/function lookup in lex. · a8f0a8be
    pem@mysql.comhem.se authored
    Moved the UDF and stored procedure lookup from sql_lex.cc to sql_yacc.yy.
    This will improve performance (since we don't have to check for stored
    functions in the lexer all the time), and make it possible to implement
    db qualified SPs.
    a8f0a8be
sql_yacc.yy 166 KB