Update framework.
[m6w6/libmemcached] / libtest / server_container.cc
index b63cfbb4de6787719081091687ad788834086289..4fdfd4140894a39855f160178a570e0f7be343a5 100644 (file)
@@ -179,6 +179,16 @@ bool server_startup(server_startup_st& construct, const std::string& server_type
       }
     }
   }
+  else if (server_type.compare("drizzled") == 0)
+  {
+    if (DRIZZLED_BINARY)
+    {
+      if (HAVE_LIBDRIZZLE)
+      {
+        server= build_drizzled("localhost", try_port);
+      }
+    }
+  }
   else if (server_type.compare("blobslap_worker") == 0)
   {
     if (GEARMAND_BINARY)