An error occurred fetching the project authors.
  1. 26 Mar, 2003 1 commit
  2. 20 Mar, 2003 1 commit
  3. 19 Mar, 2003 1 commit
  4. 17 Dec, 2002 1 commit
  5. 16 Dec, 2002 1 commit
  6. 11 Dec, 2002 1 commit
  7. 08 Dec, 2002 1 commit
    • 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