2308
2307
key_length= TableShare::createKey(cache_key, const_cast<char*>(identifier.getSchemaName().c_str()),
2309
2308
const_cast<char*>(identifier.getTableName().c_str()));
2310
share= new TableShare(message::Table::TEMPORARY, cache_key, key_length,
2312
2311
const_cast<char *>(identifier.getPath().c_str()), static_cast<uint32_t>(identifier.getPath().length()));
2314
2313
if (!(new_tmp_table= (Table*) malloc(sizeof(*new_tmp_table))))