修复bug:上次提交未彻底解决配置ID重用时外键文件无效的bug。

This commit is contained in:
zhengchao
2019-09-19 20:09:01 +08:00
parent 6002ff094f
commit fb9f5587ef
2 changed files with 5 additions and 10 deletions

View File

@@ -396,7 +396,6 @@ struct _maat_garbage_t
struct foreign_key
{
int column;
int is_existed;
char* key;
char* filename;
};