Skip to content

Commit af1731e

Browse files
committed
Fixing goofy connect Engine error
Fixing wrong output, not sure where this got messed up.
1 parent 2d8ac81 commit af1731e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

QPEMPI

40 Bytes
Binary file not shown.

QPEOMP

40 Bytes
Binary file not shown.

connectEngine.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,14 @@ void run_test_query(struct engineS *engine, const char *query, int max_rows) {
218218
whereClause
219219
);
220220

221-
// Verify and Print)
221+
// Verify and Print
222222
printTable(NULL, result, max_rows); // Limit to max_rows for testing
223223

224224
// Cleanup
225225
if (result) freeResultSet(result); // Free the results object
226226
free_where_clause_list(whereClause); // Free where clause linked list
227227
printf("\n");
228+
return;
228229
}
229230

230231
case CMD_NONE: {

data-generation/commands_50k.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7c2d04cdf140bed36876349e391502d695fcadd97ea930c515d2ba874d5a272f
3-
size 5927092
2+
oid sha256:1d15318ad80df8c008791999259cac59361f92f9ff760d12ba2559e6ef16e355
3+
size 5926893

0 commit comments

Comments
 (0)