Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void run(Connection conn, Random gen, int w_id, int numWarehouses, int te

int[] orderIDs = new int[10];

for (d_id = 1; d_id <= terminalDistrictUpperID; d_id++) {
for (d_id = 1; d_id <= TPCCConfig.configDistPerWhse; d_id++) {
Integer no_o_id = getOrderId(conn, w_id, d_id);

if (no_o_id == null) {
Expand Down