810
810
/* find a unused table in the open table cache */
814
816
/* an open table operation needs a lot of the stack space */
815
817
if (check_stack_overrun(this, STACK_MIN_SIZE_FOR_OPEN, (unsigned char *)&alias))
821
827
identifier::Table identifier(table_list->getSchemaName(), table_list->getTableName());
822
828
const identifier::Table::Key &key(identifier.getKey());