diff options
author | svoj@mysql.com <> | 2005-06-22 14:11:23 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-06-22 14:11:23 +0500 |
commit | a8bcb25eda95c15f7a9159c505d677d95f7e1d7e (patch) | |
tree | 4a72231770aa4822e2ef8370cab712b8ef6173e9 /sql/item_buff.cc | |
parent | 71b425bedbfac95404543360e0ad99def86e69fb (diff) | |
parent | 74373e7d54c37cf0af379a1f05c0d3be17e32a21 (diff) | |
download | mariadb-git-a8bcb25eda95c15f7a9159c505d677d95f7e1d7e.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.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_buff.cc b/sql/item_buff.cc index 6652aaafb57..a67e420170a 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 |