Home
last modified time | relevance | path

Searched refs:NUM_DBS (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/recovery/
H A DRecoveryAbortTest.java48 createEnvAndDbs(1 << 20, true, NUM_DBS); in testBasic()
76 createEnvAndDbs(1 << 20, true, NUM_DBS); in testInserts()
112 NUM_DBS); in testInserts()
134 createEnvAndDbs(1 << 20, true, NUM_DBS); in testMix()
150 numDups, true, NUM_DBS); in testMix()
174 dumpData(NUM_DBS); in testMix()
326 dumpData(NUM_DBS); in testSR9465Part1()
367 dumpData(NUM_DBS); in testSR9465Part2()
379 dumpData(NUM_DBS); in testSR9465Part2()
445 dumpData(NUM_DBS); in testSR9752Part1()
[all …]
H A DRecoveryDuplicatesTest.java30 createEnvAndDbs(1 << 20, true, NUM_DBS); in testDuplicates()
42 numDups, true, NUM_DBS); in testDuplicates()
45 recoverAndVerify(expectedData, NUM_DBS); in testDuplicates()
56 createEnvAndDbs(1 << 20, true, NUM_DBS); in testDuplicatesWithDeletion()
67 insertData(txn, 0, numRecs -1, expectedData, nDups, true, NUM_DBS); in testDuplicatesWithDeletion()
70 deleteData(txn, expectedData, false, true, NUM_DBS); in testDuplicatesWithDeletion()
78 recoverAndVerify(expectedData, NUM_DBS); in testDuplicatesWithDeletion()
156 createEnvAndDbs(1 << 20, true, NUM_DBS); in testDuplicatesWithAllDeleted()
168 true, NUM_DBS); in testDuplicatesWithAllDeleted()
171 deleteData(txn, expectedData, true, true, NUM_DBS); in testDuplicatesWithAllDeleted()
[all …]
H A DRecoveryDeltaTest.java75 createEnvAndDbs(1 << 20, true, NUM_DBS); in testCompress()
100 recoverAndVerify(expectedData, NUM_DBS); in testCompress()
118 createEnvAndDbs(1 << 20, true, NUM_DBS); in testRecoveryDelta()
159 recoverAndVerify(expectedData, NUM_DBS); in testRecoveryDelta()
181 createEnvAndDbs(1 << 20, true, NUM_DBS); in testKnownDeleted()
197 Cursor[][] cursors = new Cursor[NUM_DBS][numRecs]; in testKnownDeleted()
215 true, true, NUM_DBS); in testKnownDeleted()
224 cursors = new Cursor[NUM_DBS][numRecs/2]; in testKnownDeleted()
233 recoverAndVerify(expectedData, NUM_DBS); in testKnownDeleted()
351 for (int d = 0; d < NUM_DBS; d++) { in addCursors()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
H A Dmaxsize-for-loader.cc48 enum {NUM_DBS=2}; enumerator
58 char random_buf[NUM_DBS][8];
135 uint32_t db_flags[NUM_DBS]; in test_loader_maxsize()
136 uint32_t dbt_flags[NUM_DBS]; in test_loader_maxsize()
137 for(int i=0;i<NUM_DBS;i++) { in test_loader_maxsize()
186 DBT keys[NUM_DBS]; in test_loader_maxsize()
187 DBT vals[NUM_DBS]; in test_loader_maxsize()
188 uint32_t flags[NUM_DBS]; in test_loader_maxsize()
270 for(int i=0;i<NUM_DBS;i++) { in create_and_open_dbs()
310 int idx[NUM_DBS]; in run_test()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dhotindexer-put-multiple.cc45 enum {NUM_DBS=1}; enumerator
67 if (which == NUM_DBS) { in put_multiple_generate()
125 DB *dbs[NUM_DBS]; in run_test()
126 for (int i = 0; i < NUM_DBS; i++) { in run_test()
147 DB *putm_dbs[NUM_DBS+1]; in run_test()
148 for (int i = 0; i < NUM_DBS; i++) in run_test()
150 putm_dbs[NUM_DBS] = src_db; in run_test()
152 DBT putm_keys[NUM_DBS+1], putm_vals[NUM_DBS+1]; in run_test()
154 uint32_t putm_flags[NUM_DBS+1]; in run_test()
155 for (int i = 0; i < NUM_DBS+1; i++) in run_test()
[all …]

12345678910>>...16