another compilation fix for partition-less debug build

This commit is contained in:
Sergei Golubchik 2021-05-20 10:00:49 +02:00
parent d67663a758
commit 55ebf7f41f

View File

@ -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;