1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -49,7 +49,7 @@ char internal_table_name[2]= "*";
** Instansiate templates
*****************************************************************************/
#ifdef EXPLICIT_TEMPLATE_INSTANTIATION
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
/* Used templates */
template class List<Key>;
template class List_iterator<Key>;