summaryrefslogtreecommitdiff
path: root/sql/item_buff.cc
diff options
context:
space:
mode:
authorsvoj@mysql.com <>2005-06-20 11:33:57 +0500
committersvoj@mysql.com <>2005-06-20 11:33:57 +0500
commitc45df76029ea647c39ab44aab5abb0b72a8c2a70 (patch)
treedf61140b232db6d3484d20b035890b7a71ad9eaf /sql/item_buff.cc
parent2d654a555186575633c9e6aa2f2c7aa621dbbca9 (diff)
parent7660f609e6b92725d1975bf8016ddf7b600ee835 (diff)
downloadmariadb-git-c45df76029ea647c39ab44aab5abb0b72a8c2a70.tar.gz
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
Diffstat (limited to 'sql/item_buff.cc')
-rw-r--r--sql/item_buff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_buff.cc b/sql/item_buff.cc
index a4c42071bb0..7e7bbe51657 100644
--- a/sql/item_buff.cc
+++ b/sql/item_buff.cc
@@ -146,7 +146,7 @@ bool Cached_item_decimal::cmp()
** Instansiate templates
*****************************************************************************/
-#ifdef __GNUC__
+#ifdef EXPLICIT_TEMPLATE_INSTANTIATION
template class List<Cached_item>;
template class List_iterator<Cached_item>;
#endif