mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SQL: VTQ testing iface moved to plugin [closes #224]
This commit is contained in:
@ -60,6 +60,10 @@ struct LEX_STRING_u : public Storage
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
const LEX_STRING& lex_string() const
|
||||
{
|
||||
return *(LEX_STRING *)this;
|
||||
}
|
||||
};
|
||||
|
||||
template <class Compare= Compare_strncmp, class Storage= LEX_STRING_u<> >
|
||||
|
Reference in New Issue
Block a user