5630
5630
StorageEngine::writeDefinitionFromPath(ident, proto);
5632
tab_def = xt_ri_create_table(self, true, (XTPathStrPtr) table_path, const_cast<char *>(thd->getQueryString().c_str()), myxt_create_table_from_table(self, table_arg.getMutableShare()), &source_dic);
5633
tab_def = xt_ri_create_table(self, true, (XTPathStrPtr) table_path, const_cast<char *>(query_string->c_str()), myxt_create_table_from_table(self, table_arg.getMutableShare()), &source_dic);
5633
5634
tab_def->checkForeignKeys(self, proto.type() == message::Table::TEMPORARY);