1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Moved create/find/drop functions to a separate files (sp.cc,sp.h).

Fixed backpatching of forward jumps.
Implemented LOOP, WHILE, REPEAT (temporarily known as SPREPEAT).

Known bug: Expression evaluation still not quite ok (e.g. "x > 0"),
which is why IF and CASE is not yet implemented.
This commit is contained in:
pem@mysql.com
2002-12-12 13:14:23 +01:00
parent f0137bcd68
commit 77b671f594
10 changed files with 239 additions and 178 deletions

View File

@@ -28,6 +28,7 @@
#endif
#include "sp_head.h"
#include "sp.h"
#ifdef HAVE_OPENSSL
/*