原有功能回归测试通过。
This commit is contained in:
@@ -462,6 +462,7 @@ struct _maat_garbage_t
|
||||
struct foreign_key
|
||||
{
|
||||
int column;
|
||||
int is_existed;
|
||||
char* key;
|
||||
char* filename;
|
||||
};
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/types.h>//fstat
|
||||
#include <sys/types.h>//fstat
|
||||
#include <sys/stat.h>//fstat
|
||||
|
||||
#define ALLOC(type, number) ((type *)calloc(sizeof(type), number))
|
||||
#define FREE(p) {free(*p);*p=NULL;}
|
||||
|
||||
Reference in New Issue
Block a user