2562
2563
alter_info.flags.set(ALTER_RECREATE);
2563
2564
schema_table->table->use_all_columns();
2564
2565
if (mysql_prepare_alter_table(session, schema_table->table,
2568
2575
if (mysql_prepare_create_table(session, &local_create_info, &alter_info,
2570
2577
schema_table->table->file,
2571
2578
&schema_table->table->s->key_info, &keys, 0))
2576
2581
table_proto->set_name("system_stupid_i_s_fix_nonsense");
2578
2583
table_proto->set_type(drizzled::message::Table::TEMPORARY);