First attempt at sql engine

This commit is contained in:
brianb
2001-04-08 01:32:43 +00:00
parent 5ceaff28ce
commit 58cb55ef0a
10 changed files with 680 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ int j,pos;
mdb->fd = open(filename,O_RDONLY);
if (mdb->fd==-1) {
fprintf(stderr,"Couldn't open file %s\n",filename);
/* fprintf(stderr,"Couldn't open file %s\n",filename); */
return NULL;
}
if (!mdb_read_pg(mdb, 0)) {