summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2005-07-25 13:48:34 +0200
committerjoreland@mysql.com <>2005-07-25 13:48:34 +0200
commitca6eb7c70ae2d588824cd5977d72ddf2c50525a9 (patch)
treeb8eef170bc7e853e347a9cf17f9daa88db80b2de /ndb
parent01f5d4effda40f87c9c2ff5b67b35d5d00367dab (diff)
parent0cd9e2e269ae0660d8461f7454eea0887d30cd1a (diff)
downloadmariadb-git-ca6eb7c70ae2d588824cd5977d72ddf2c50525a9.tar.gz
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-push
Diffstat (limited to 'ndb')
-rw-r--r--ndb/tools/config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/tools/config.cpp b/ndb/tools/config.cpp
index 8dd69e050f7..7944f66f71c 100644
--- a/ndb/tools/config.cpp
+++ b/ndb/tools/config.cpp
@@ -317,8 +317,8 @@ parse_where(Vector<Match*>& where, int &argc, char**& argv)
return 0;
}
-template Vector<Apply*>;
-template Vector<Match*>;
+template class Vector<Apply*>;
+template class Vector<Match*>;
static
int