1
0
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:
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

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