Changeset 10238 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Nov 28, 2006, 12:23:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r10110 r10238 448 448 } 449 449 450 if(!detMasterFrameCreateTable(dbh)) {451 exit(EXIT_FAILURE);452 }453 454 psDBCleanup(dbh);455 }456 457 {458 psDB *dbh;459 460 dbh = psDBInit("localhost", "test", NULL, "test");461 if (!dbh) {462 exit(EXIT_FAILURE);463 }464 465 if(!detMasterImfileCreateTable(dbh)) {466 exit(EXIT_FAILURE);467 }468 469 psDBCleanup(dbh);470 }471 472 {473 psDB *dbh;474 475 dbh = psDBInit("localhost", "test", NULL, "test");476 if (!dbh) {477 exit(EXIT_FAILURE);478 }479 480 450 if(!detResidImfileCreateTable(dbh)) { 481 451 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
