1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

cleanup: reorder TABLE members

This commit is contained in:
Sergei Golubchik
2015-11-25 08:02:52 +01:00
parent 0ed291e61c
commit 5b716bc2e0
4 changed files with 19 additions and 18 deletions

View File

@ -410,7 +410,7 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
table->prepare_triggers_for_insert_stmt_or_event();
table->mark_columns_needed_for_insert();
if (table->s->virtual_stored_fields)
if (table->s->has_virtual_stored_fields)
thd->lex->unit.insert_table_with_stored_vcol= table;
uint tot_length=0;