mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: reorder TABLE members
This commit is contained in:
@@ -1518,7 +1518,7 @@ bool mysql_prepare_insert(THD *thd, TABLE_LIST *table_list,
|
||||
|
||||
if (!table)
|
||||
table= table_list->table;
|
||||
if (table->s->virtual_stored_fields)
|
||||
if (table->s->has_virtual_stored_fields)
|
||||
thd->lex->unit.insert_table_with_stored_vcol= table;
|
||||
|
||||
if (!select_insert)
|
||||
|
Reference in New Issue
Block a user