Changeset 10060 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Nov 17, 2006, 2:19:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r9788 r10060 28 28 } 29 29 30 if(!summitImfileCreateTable(dbh)) { 31 exit(EXIT_FAILURE); 32 } 33 34 psDBCleanup(dbh); 35 } 36 37 { 38 psDB *dbh; 39 40 dbh = psDBInit("localhost", "test", NULL, "test"); 41 if (!dbh) { 42 exit(EXIT_FAILURE); 43 } 44 30 45 if(!pzPendingExpCreateTable(dbh)) { 31 46 exit(EXIT_FAILURE); … … 44 59 45 60 if(!pzPendingImfileCreateTable(dbh)) { 61 exit(EXIT_FAILURE); 62 } 63 64 psDBCleanup(dbh); 65 } 66 67 { 68 psDB *dbh; 69 70 dbh = psDBInit("localhost", "test", NULL, "test"); 71 if (!dbh) { 72 exit(EXIT_FAILURE); 73 } 74 75 if(!pzDoneExpCreateTable(dbh)) { 76 exit(EXIT_FAILURE); 77 } 78 79 psDBCleanup(dbh); 80 } 81 82 { 83 psDB *dbh; 84 85 dbh = psDBInit("localhost", "test", NULL, "test"); 86 if (!dbh) { 87 exit(EXIT_FAILURE); 88 } 89 90 if(!pzDoneImfileCreateTable(dbh)) { 46 91 exit(EXIT_FAILURE); 47 92 }
Note:
See TracChangeset
for help on using the changeset viewer.
