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:
@ -693,4 +693,10 @@ public:
|
||||
};
|
||||
|
||||
|
||||
struct Lex_string_with_pos_st: public LEX_STRING
|
||||
{
|
||||
const char *m_pos;
|
||||
};
|
||||
|
||||
|
||||
#endif /* STRUCTS_INCLUDED */
|
||||
|
Reference in New Issue
Block a user