Corrections and enhancements on index handling.

This commit is contained in:
brianb
2001-05-23 01:42:46 +00:00
parent 7104e68db2
commit abab3e0fc8
5 changed files with 65 additions and 21 deletions

View File

@@ -49,6 +49,7 @@ one.
break;
}
}
row_start &= 0x0FFF;
if (i == -1) {
row_end = mdb->pg_size - 1;
@@ -119,7 +120,7 @@ unsigned char isnull;
lookupflag ? "[lookup]" : "",
delflag ? "[delflag]" : "");
#endif
if (delflag || lookupflag) {
if (!table->noskip_del && (delflag || lookupflag)) {
row_end = row_start-1;
return 0;
}