1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-10411 Providing compatibility for basic PL/SQL constructs

Part 7: variable declarations
This commit is contained in:
Alexander Barkov
2016-08-10 15:39:07 +04:00
parent e399949bfe
commit a44e90ae05
5 changed files with 272 additions and 21 deletions

View File

@ -649,4 +649,10 @@ public:
};
class Lex_spblock: public Lex_spblock_st
{
public:
Lex_spblock() { init(); }
};
#endif /* STRUCTS_INCLUDED */