fixed list tables/describe table bug from odbc restructure

This commit is contained in:
brianb
2001-09-29 00:16:16 +00:00
parent 90797c0121
commit 71775b190a
8 changed files with 14 additions and 9 deletions

View File

@@ -246,7 +246,7 @@ MdbHandle *mdb = entry->mdb;
if (!mdb_read_pg(mdb, table->cur_phys_pg++))
return 0;
} while (mdb->pg_buf[0]!=0x01 || mdb_get_int32(mdb, 4)!=entry->table_pg);
/* fprintf(stderr,"returning new page %ld\n", table->cur_phys_pg); */
/*fprintf(stderr,"returning new page %ld\n", table->cur_phys_pg); */
return table->cur_phys_pg;
}
int mdb_rewind_table(MdbTableDef *table)