1148
1148
lex->create_info.default_table_charset= NULL;
1154
1154
if (lex->create_table_proto == NULL)
1157
1157
proto->set_name($5->table.str);
1158
1158
if($2 & HA_LEX_CREATE_TMP_TABLE)
1165
1165
protoengine= proto->mutable_engine();
1166
1166
StorageEngine *engine= ha_default_storage_engine(session);