diff options
author | unknown <andrey@whirlpool.hristov.com> | 2008-03-05 14:57:13 +0100 |
---|---|---|
committer | unknown <andrey@whirlpool.hristov.com> | 2008-03-05 14:57:13 +0100 |
commit | eea48abc777b98bc06699fa4593aff2a71751e79 (patch) | |
tree | bb5e7bfebce4485e26e648faf314d0b58329e073 /storage/ndb | |
parent | 0bd96234c1459e929b24ad088d45bec250a93663 (diff) | |
download | mariadb-git-eea48abc777b98bc06699fa4593aff2a71751e79.tar.gz |
Fix for Bug #34786 Compiling ndb on Mac OS X 10.5.2 (Intel) fails
storage/ndb/src/kernel/blocks/tsman.cpp:
Fix build on Tiger and Leopard, incl. 10.5.2
This is already in vm/ndb_malloc_impl.cpp
Diffstat (limited to 'storage/ndb')
-rw-r--r-- | storage/ndb/src/kernel/blocks/tsman.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/ndb/src/kernel/blocks/tsman.cpp b/storage/ndb/src/kernel/blocks/tsman.cpp index 8e68e118f98..ce5797cf209 100644 --- a/storage/ndb/src/kernel/blocks/tsman.cpp +++ b/storage/ndb/src/kernel/blocks/tsman.cpp @@ -181,7 +181,6 @@ struct TsmanChunk Vector<Uint32> bitmask; }; template class Vector<TsmanChunk>; -template class Vector<Uint32>; #endif void |