diff options
author | svoj@mysql.com <> | 2005-06-22 14:08:28 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-06-22 14:08:28 +0500 |
commit | 74373e7d54c37cf0af379a1f05c0d3be17e32a21 (patch) | |
tree | 1e95fc4eade286d02290940b7d365b5c00888209 /sql/item_buff.cc | |
parent | c45df76029ea647c39ab44aab5abb0b72a8c2a70 (diff) | |
download | mariadb-git-74373e7d54c37cf0af379a1f05c0d3be17e32a21.tar.gz |
WL#2286 - Compile MySQL w/YASSL support
Fix GCC 4.0 link failure.
Better CXX_VERSION guessing.
Diffstat (limited to 'sql/item_buff.cc')
-rw-r--r-- | sql/item_buff.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_buff.cc b/sql/item_buff.cc index 7e7bbe51657..1ed1d3d94a2 100644 --- a/sql/item_buff.cc +++ b/sql/item_buff.cc @@ -146,7 +146,7 @@ bool Cached_item_decimal::cmp() ** Instansiate templates *****************************************************************************/ -#ifdef EXPLICIT_TEMPLATE_INSTANTIATION +#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION template class List<Cached_item>; template class List_iterator<Cached_item>; #endif |