summaryrefslogtreecommitdiff
path: root/sql/table.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/table.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/table.cc')
-rw-r--r--sql/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc
index f7dc0446a77..23238cdd792 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -2236,7 +2236,7 @@ const char *Field_iterator_view::name()
** Instansiate templates
*****************************************************************************/
-#ifdef __GNUC__
+#ifdef EXPLICIT_TEMPLATE_INSTANTIATION
template class List<String>;
template class List_iterator<String>;
#endif