Home
last modified time | relevance | path

Searched refs:otherScan (Results 1 – 12 of 12) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/
H A DTestMultiTableSnapshotInputFormatImpl.java127 ScanWithEquals otherScan = (ScanWithEquals) obj; in equals() local
128 return Objects.equals(this.startRow, otherScan.startRow) && Objects in equals()
129 .equals(this.stopRow, otherScan.stopRow); in equals()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4503 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4504 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4506 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4510 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4511 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4517 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4523 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4528 otherScan->close(); in runTestUnlockScan()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4503 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4504 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4506 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4510 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4511 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4517 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4523 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4528 otherScan->close(); in runTestUnlockScan()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4503 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4504 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4506 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4510 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4511 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4517 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4523 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4528 otherScan->close(); in runTestUnlockScan()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4503 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4504 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4506 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4510 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4511 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4517 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4523 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4528 otherScan->close(); in runTestUnlockScan()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4503 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4504 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4506 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4510 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4511 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4517 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4523 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4528 otherScan->close(); in runTestUnlockScan()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4677 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4678 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4680 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4684 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4685 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4691 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4697 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4702 otherScan->close(); in runTestUnlockScan()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4677 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4678 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4680 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4684 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4685 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4691 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4697 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4702 otherScan->close(); in runTestUnlockScan()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4677 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4678 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4680 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4684 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4685 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4691 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4697 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4702 otherScan->close(); in runTestUnlockScan()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4677 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4678 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4680 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4684 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4685 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4691 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4697 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4702 otherScan->close(); in runTestUnlockScan()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4677 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4678 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4680 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4684 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4685 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4691 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4697 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4702 otherScan->close(); in runTestUnlockScan()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp4843 NdbScanOperation* otherScan = otherTrans->getNdbScanOperation(pTab); in runTestUnlockScan() local
4844 CHECKN(otherScan != NULL, otherTrans, NDBT_FAILED); in runTestUnlockScan()
4846 CHECKN(otherScan->readTuples(NdbOperation::LM_Exclusive) == 0, otherScan, NDBT_FAILED); in runTestUnlockScan()
4850 NdbRecAttr* ra = otherScan->getValue(pTab->getColumn(c)->getName()); in runTestUnlockScan()
4851 CHECKN(ra != NULL, otherScan, NDBT_FAILED); in runTestUnlockScan()
4857 while (0 == (nextRc = otherScan->nextResult(true))) in runTestUnlockScan()
4863 ndbout << otherScan->getNdbError() << endl; in runTestUnlockScan()
4868 otherScan->close(); in runTestUnlockScan()