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).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster branch (john.duncan:3531 to 3532) | John David Duncan | 23 Sep |