summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-05-20 10:00:49 +0200
committerSergei Golubchik <serg@mariadb.org>2021-05-20 10:00:49 +0200
commit55ebf7f41f4d4756e2fe73db129386b178c933c0 (patch)
treee49b9e1c206726fd7f242e03ff5112c7a1502d4b
parentd67663a758c222fdb188a71e949b969e6ca585fe (diff)
downloadmariadb-git-55ebf7f41f4d4756e2fe73db129386b178c933c0.tar.gz
another compilation fix for partition-less debug build
-rw-r--r--sql/datadict.cc2
1 files changed, 1 insertions, 1 deletions
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;