mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
This commit is contained in:
@ -11257,14 +11257,6 @@ public:
|
||||
COND_CMP(Item *a,Item_func *b) :and_level(a),cmp_func(b) {}
|
||||
};
|
||||
|
||||
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
|
||||
template class I_List<COND_CMP>;
|
||||
template class I_List_iterator<COND_CMP>;
|
||||
template class List<Item_func_match>;
|
||||
template class List_iterator<Item_func_match>;
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
Find the multiple equality predicate containing a field.
|
||||
|
||||
|
Reference in New Issue
Block a user