1
0
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:
Aleksey Midenkov
2017-07-07 17:52:23 +03:00
committed by GitHub
parent 42a0289de9
commit dcb54040bc
14 changed files with 273 additions and 273 deletions

View File

@ -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<> >