Skip to content

Commit

Permalink
MDEV-24176 fixup: GCC -Wmaybe-uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Apr 19, 2022
1 parent 08c7ab4 commit b3c3291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b3c3291

Please sign in to comment.