1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#2286 - Compile MySQL w/YASSL support

Fix GCC 4.0 link failure.
Better CXX_VERSION guessing.
This commit is contained in:
svoj@mysql.com
2005-06-22 14:08:28 +05:00
parent c45df76029
commit 74373e7d54
27 changed files with 67 additions and 49 deletions

View File

@ -2362,11 +2362,11 @@ void select_create::abort()
Instansiate templates
*****************************************************************************/
#ifdef EXPLICIT_TEMPLATE_INSTANTIATION
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
template class List_iterator_fast<List_item>;
#ifndef EMBEDDED_LIBRARY
template class I_List<delayed_insert>;
template class I_List_iterator<delayed_insert>;
template class I_List<delayed_row>;
#endif /* EMBEDDED_LIBRARY */
#endif /* EXPLICIT_TEMPLATE_INSTANTIATION */
#endif /* HAVE_EXPLICIT_TEMPLATE_INSTANTIATION */