Changeset 30586 for branches/czw_branch/20101203/ippTools/src/magicdstool.c
- Timestamp:
- Feb 11, 2011, 4:29:48 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/magicdstool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ippTools/src/magicdstool.c
r30118 r30586 1115 1115 psString queryFile = NULL; 1116 1116 if (state) { 1117 if (! strcmp(state, "new") ) {1117 if (! strcmp(state, "new") || !strcmp(state, "goto_restored")) { 1118 1118 queryFile = "magicdstool_revertdestreakedfile.sql"; 1119 1119 } else if (!strcmp(state, "update")) { … … 1724 1724 PXOPT_LOOKUP_STR(component, config->args, "-component", false, false); 1725 1725 PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false); 1726 PXOPT_LOOKUP_STR(recoveryroot, config->args, "-set_recoveryroot", false, false); 1726 1727 1727 1728 psString query = pxDataGet("magicdstool_setfiletoupdate.sql"); … … 1734 1735 if (label) { 1735 1736 psStringAppend(&setHook, "\n , magicDSRun.label = '%s'", label); 1737 } 1738 if (recoveryroot) { 1739 psStringAppend(&setHook, "\n , magicDSRun.recoveryroot = '%s'", recoveryroot); 1736 1740 } 1737 1741
Note:
See TracChangeset
for help on using the changeset viewer.
