mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
This commit is contained in:
@ -7021,17 +7021,6 @@ bool sp_grant_privileges(THD *thd, const char *sp_db, const char *sp_name,
|
||||
}
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
Instantiate used templates
|
||||
*****************************************************************************/
|
||||
|
||||
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
|
||||
template class List_iterator<LEX_COLUMN>;
|
||||
template class List_iterator<LEX_USER>;
|
||||
template class List<LEX_COLUMN>;
|
||||
template class List<LEX_USER>;
|
||||
#endif
|
||||
|
||||
/**
|
||||
Validate if a user can proxy as another user
|
||||
|
||||
|
Reference in New Issue
Block a user