From 55ebf7f41f4d4756e2fe73db129386b178c933c0 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 20 May 2021 10:00:49 +0200 Subject: [PATCH] another compilation fix for partition-less debug build --- sql/datadict.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/datadict.cc b/sql/datadict.cc index 716b4dc3025..5bde9f1cb79 100644 --- a/sql/datadict.cc +++ b/sql/datadict.cc @@ -151,7 +151,7 @@ Table_type dd_frm_type(THD *thd, char *path, LEX_CSTRING *engine_name, } } -cont: +cont: __attribute__((unused)); /* read the true engine name */ { MY_STAT state;