1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Manually merged

This commit is contained in:
evgen@moonbone.local
2006-01-16 16:57:15 +03:00
33 changed files with 868 additions and 38 deletions

View File

@ -2083,8 +2083,10 @@ static bool reopen_table(TABLE *table)
(*field)->table_name= &table->alias;
}
for (key=0 ; key < table->s->keys ; key++)
{
for (part=0 ; part < table->key_info[key].usable_key_parts ; part++)
table->key_info[key].key_part[part].field->table= table;
}
if (table->triggers)
table->triggers->set_table(table);