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:
@ -649,4 +649,10 @@ public:
|
||||
};
|
||||
|
||||
|
||||
class Lex_spblock: public Lex_spblock_st
|
||||
{
|
||||
public:
|
||||
Lex_spblock() { init(); }
|
||||
};
|
||||
|
||||
#endif /* STRUCTS_INCLUDED */
|
||||
|
Reference in New Issue
Block a user