Commit b3c3291f authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-24176 fixup: GCC -Wmaybe-uninitialized

parent 08c7ab40
......@@ -2047,7 +2047,7 @@ bool open_table(THD *thd, TABLE_LIST *table_list, Open_table_context *ot_ctx)
table_list->table= table;
if (!from_share && table->vcol_fix_expr(thd))
goto err_lock;
DBUG_RETURN(true);
#ifdef WITH_PARTITION_STORAGE_ENGINE
if (unlikely(table->part_info))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment