mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
5.3 merge
This commit is contained in:
@@ -8499,6 +8499,11 @@ insert_fields(THD *thd, Name_resolution_context *context, const char *db_name,
|
||||
}
|
||||
}
|
||||
#endif
|
||||
/*
|
||||
field_iterator.create_item() builds used_items which we
|
||||
have to save because changes made once and they are persistent
|
||||
*/
|
||||
tables->persistent_used_items= tables->used_items;
|
||||
|
||||
if ((field= field_iterator.field()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user