1
0
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:
Sergei Golubchik
2012-12-17 10:56:26 +01:00
parent cd0970c480
commit a058974440
26 changed files with 1 additions and 434 deletions

View File

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