Changeset 27838 for branches/tap_branches/ippTools/src/pxadmin.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/pxadmin.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/src
- Property svn:ignore
-
old new 16 16 difftool 17 17 disttool 18 dqstatstool 18 19 faketool 19 20 flatcorr
-
- Property svn:ignore
-
branches/tap_branches/ippTools/src/pxadmin.c
r25851 r27838 94 94 psString query = pxDataGet("pxadmin_create_tables.sql"); 95 95 if (!query) { 96 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");96 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 97 97 return false; 98 98 } … … 114 114 psFree(query); 115 115 116 if (!insert_dbversion(config, PACKAGE_VERSION)) {116 if (!insert_dbversion(config, IPPDB_VERSION)) { 117 117 psError(PS_ERR_UNKNOWN, false, "failed to set database version"); 118 118 return false; … … 135 135 psString query = pxDataGet("pxadmin_create_mirror_tables.sql"); 136 136 if (!query) { 137 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");137 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 138 138 return false; 139 139 } … … 155 155 psFree(query); 156 156 157 if (!insert_dbversion(config, PACKAGE_VERSION)) {157 if (!insert_dbversion(config, IPPDB_VERSION)) { 158 158 psError(PS_ERR_UNKNOWN, false, "failed to set database version"); 159 159 return false; … … 220 220 psString query = pxDataGet("pxadmin_drop_tables.sql"); 221 221 if (!query) { 222 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");222 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 223 223 return false; 224 224 }
Note:
See TracChangeset
for help on using the changeset viewer.
