• pem@mysql.com's avatar
    Removed dummy SPSET construct. · d0bcc9dc
    pem@mysql.com authored
    Setting of SP local variables is now part of the existing SET syntax.
    
    Note: This has the result that a somewhat extended syntax (from SQL-99)
    is allowed. We allow a list of settings ("SET a=1, b=2, ...;"), where the
    different variables can be of different types (SP local, system or user (@)).
    This also means that certain optional modifiers, such as GLOBAL, are allowed
    when setting an SP local variable, but then has no meaning and is ignored.
    d0bcc9dc
lex.h 25.6 KB