• pem@mysql.com's avatar
    Simplistic, experimental framework for Stored Procedures (SPs). · aae07a4d
    pem@mysql.com authored
    Implements creation and dropping of PROCEDUREs, IN, OUT, and INOUT parameters,
    single-statement procedures, rudimentary multi-statement (begin-end) prodedures
    (when the client can handle it), and local variables.
    Missing most of the embedded SQL language, all attributes, FUNCTIONs, error handling,
    reparses procedures at each call (no caching), etc, etc.
    Certainly buggy too, but procedures can actually be created and called....
    aae07a4d
lex.h 25.1 KB