From 45f484b8381a5923aec9c704e54c7f7bcfa02a40 Mon Sep 17 00:00:00 2001 From: Seppo Jaakola Date: Wed, 27 Nov 2013 22:20:32 +0200 Subject: [PATCH] fixes for wsrep-5.5 merges --- sql/wsrep_thd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc index 1ea9b84a692..b3338f753fd 100644 --- a/sql/wsrep_thd.cc +++ b/sql/wsrep_thd.cc @@ -424,8 +424,8 @@ int wsrep_thd_is_brute_force(void *thd_ptr) case TOTAL_ORDER: return 2; case LOCAL_COMMIT: return 3; } + DBUG_ASSERT(0); } - DBUG_ASSERT(0); return 0; }