From: John David Duncan Date: September 22 2011 7:52pm Subject: bzr push into mysql-5.5-cluster branch (john.duncan:3531 to 3532) List-Archive: http://lists.mysql.com/commits/141098 Message-Id: <201109221952.p8MJqd0g027947@acsmt356.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3532 John David Duncan 2011-09-22 avoid vtable error modified: storage/ndb/memcache/include/Scheduler.h 3531 John David Duncan 2011-09-22 CMake fix for "make install" from out-of-tree build modified: storage/ndb/memcache/extra/memcached/CMakeLists.txt === modified file 'storage/ndb/memcache/include/Scheduler.h' --- a/storage/ndb/memcache/include/Scheduler.h 2011-09-22 18:27:10 +0000 +++ b/storage/ndb/memcache/include/Scheduler.h 2011-09-22 19:51:21 +0000 @@ -37,7 +37,7 @@ class Scheduler { public: /* Public Interface */ Scheduler() {}; - virtual ~Scheduler(); + virtual ~Scheduler() {}; /** init() is the called from the main thread, after configuration has been read. No bundle (reason: useless for push emails).