return(FAIL("(t_001) insert into index failed in base cols"));
}
// test the scaninfo interface.
ScanInfo scan_info = scan.getScanInfo();
Properties prop = scan_info.getAllScanInfo(null);
if (Integer.parseInt(prop.getProperty(
MessageService.getTextMessage(SQLState.STORE_RTS_NUM_PAGES_VISITED)))
!= 1)
{