From c1f3656790a6cb1cf6226ea4d6a108869e24d445 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Tue, 17 Mar 2015 09:03:26 +0100 Subject: [PATCH] Removed spinlock_release Removed spinlock_release --- server/modules/routing/binlog/blr_slave.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/modules/routing/binlog/blr_slave.c b/server/modules/routing/binlog/blr_slave.c index 38b1e0846..16642775b 100644 --- a/server/modules/routing/binlog/blr_slave.c +++ b/server/modules/routing/binlog/blr_slave.c @@ -410,8 +410,6 @@ int query_len; else if (strcasecmp(word, "ALL") == 0) { free(query_text); - spinlock_release(&router->lock); - return blr_slave_disconnect_all(router, slave); } else if (strcasecmp(word, "SERVER") == 0)