Home
last modified time | relevance | path

Searched refs:unqIdx (Results 1 – 6 of 6) sorted by relevance

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestSpj.cpp525 NdbDictionary::Index unqIdx(unqIdxName); in createNegativeSchema() local
526 require(unqIdx.setTable(tabName) == 0); in createNegativeSchema()
527 unqIdx.setType(NdbDictionary::Index::UniqueHashIndex); in createNegativeSchema()
528 unqIdx.setLogging(true); in createNegativeSchema()
529 require(unqIdx.addColumn(ui1) == 0); in createNegativeSchema()
530 require(unqIdx.addColumn(ui2) == 0); in createNegativeSchema()
531 require(dictionary->createIndex(unqIdx, tabDef) == 0); in createNegativeSchema()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestSpj.cpp525 NdbDictionary::Index unqIdx(unqIdxName); in createNegativeSchema() local
526 require(unqIdx.setTable(tabName) == 0); in createNegativeSchema()
527 unqIdx.setType(NdbDictionary::Index::UniqueHashIndex); in createNegativeSchema()
528 unqIdx.setLogging(true); in createNegativeSchema()
529 require(unqIdx.addColumn(ui1) == 0); in createNegativeSchema()
530 require(unqIdx.addColumn(ui2) == 0); in createNegativeSchema()
531 require(dictionary->createIndex(unqIdx, tabDef) == 0); in createNegativeSchema()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DtestSpj.cpp525 NdbDictionary::Index unqIdx(unqIdxName); in createNegativeSchema() local
526 require(unqIdx.setTable(tabName) == 0); in createNegativeSchema()
527 unqIdx.setType(NdbDictionary::Index::UniqueHashIndex); in createNegativeSchema()
528 unqIdx.setLogging(true); in createNegativeSchema()
529 require(unqIdx.addColumn(ui1) == 0); in createNegativeSchema()
530 require(unqIdx.addColumn(ui2) == 0); in createNegativeSchema()
531 require(dictionary->createIndex(unqIdx, tabDef) == 0); in createNegativeSchema()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestSpj.cpp525 NdbDictionary::Index unqIdx(unqIdxName); in createNegativeSchema() local
526 require(unqIdx.setTable(tabName) == 0); in createNegativeSchema()
527 unqIdx.setType(NdbDictionary::Index::UniqueHashIndex); in createNegativeSchema()
528 unqIdx.setLogging(true); in createNegativeSchema()
529 require(unqIdx.addColumn(ui1) == 0); in createNegativeSchema()
530 require(unqIdx.addColumn(ui2) == 0); in createNegativeSchema()
531 require(dictionary->createIndex(unqIdx, tabDef) == 0); in createNegativeSchema()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestSpj.cpp525 NdbDictionary::Index unqIdx(unqIdxName); in createNegativeSchema() local
526 require(unqIdx.setTable(tabName) == 0); in createNegativeSchema()
527 unqIdx.setType(NdbDictionary::Index::UniqueHashIndex); in createNegativeSchema()
528 unqIdx.setLogging(true); in createNegativeSchema()
529 require(unqIdx.addColumn(ui1) == 0); in createNegativeSchema()
530 require(unqIdx.addColumn(ui2) == 0); in createNegativeSchema()
531 require(dictionary->createIndex(unqIdx, tabDef) == 0); in createNegativeSchema()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DtestSpj.cpp634 NdbDictionary::Index unqIdx(unqIdxName); in createNegativeSchema() local
635 require(unqIdx.setTable(tabName) == 0); in createNegativeSchema()
636 unqIdx.setType(NdbDictionary::Index::UniqueHashIndex); in createNegativeSchema()
637 unqIdx.setLogging(true); in createNegativeSchema()
638 require(unqIdx.addColumn(ui1) == 0); in createNegativeSchema()
639 require(unqIdx.addColumn(ui2) == 0); in createNegativeSchema()
640 require(dictionary->createIndex(unqIdx, tabDef) == 0); in createNegativeSchema()