From 372dba097d90e67d19da357d1bf29890489840b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Sun, 17 Sep 2017 14:13:32 +0300 Subject: Silence a -Wimplicit-fallthrough warning --- sql/wsrep_hton.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/wsrep_hton.cc') diff --git a/sql/wsrep_hton.cc b/sql/wsrep_hton.cc index a8a0d574362..2733a91a3c9 100644 --- a/sql/wsrep_hton.cc +++ b/sql/wsrep_hton.cc @@ -536,6 +536,7 @@ wsrep_run_wsrep_commit(THD *thd, bool all) break; case WSREP_BF_ABORT: DBUG_ASSERT(thd->wsrep_trx_meta.gtid.seqno != WSREP_SEQNO_UNDEFINED); + /* fall through */ case WSREP_TRX_FAIL: WSREP_DEBUG("commit failed for reason: %d", rcode); DBUG_PRINT("wsrep", ("replicating commit fail")); -- cgit v1.2.1