1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-10914 ROW data type for stored routine variables

This commit is contained in:
Alexander Barkov
2017-02-02 22:59:07 +04:00
parent ffbb2bbc09
commit 72f43df623
42 changed files with 9226 additions and 303 deletions

View File

@ -693,4 +693,10 @@ public:
};
struct Lex_string_with_pos_st: public LEX_STRING
{
const char *m_pos;
};
#endif /* STRUCTS_INCLUDED */