mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:03:20 +08:00
preping some of the sql stuff for the odbc driver
This commit is contained in:
@@ -138,7 +138,7 @@ int next_pg, next_pg_off;
|
||||
if (mdb->pg_buf[0]==0x01 &&
|
||||
mdb->pg_buf[1]==0x01 &&
|
||||
mdb_get_int32(mdb,4)==2) {
|
||||
fprintf(stderr,"cat page %d\n", next_pg);
|
||||
/* fprintf(stderr,"cat page %d\n", next_pg); */
|
||||
rows = mdb_catalog_rows(mdb);
|
||||
for (i=0;i<rows;i++) {
|
||||
if (mdb->pg_buf[11 + 2 * i] & 0x40) continue;
|
||||
|
Reference in New Issue
Block a user