mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
This commit is contained in:
@@ -2148,10 +2148,6 @@ public:
|
||||
double progress;
|
||||
};
|
||||
|
||||
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
|
||||
template class I_List<thread_info>;
|
||||
#endif
|
||||
|
||||
static const char *thread_state_info(THD *tmp)
|
||||
{
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
@@ -8935,11 +8931,6 @@ ST_SCHEMA_TABLE schema_tables[]=
|
||||
};
|
||||
|
||||
|
||||
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
|
||||
template class List_iterator_fast<char>;
|
||||
template class List<char>;
|
||||
#endif
|
||||
|
||||
int initialize_schema_table(st_plugin_int *plugin)
|
||||
{
|
||||
ST_SCHEMA_TABLE *schema_table;
|
||||
|
Reference in New Issue
Block a user