Changeset: 48f5d9df72c3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=48f5d9df72c3 Modified Files: pathfinder/NT/MPFclient.bat Branch: Mar2011 Log Message:
use m4client instead of mclient for XQuery (Pathfinder) diffs (12 lines): diff --git a/pathfinder/NT/MPFclient.bat b/pathfinder/NT/MPFclient.bat --- a/pathfinder/NT/MPFclient.bat +++ b/pathfinder/NT/MPFclient.bat @@ -12,7 +12,7 @@ rem start the real client set XMLFILE=%TEMP%\MonetDB-XQuery-%RANDOM%.xml -"%MONETDB%\bin\mclient.exe" --set "prefix=%MONETDB%" --set "exec_prefix=%MONETDB%" -lxquery -fxml %* > "%XMLFILE%" && "%XMLFILE%" +"%MONETDB%\bin\m4client.exe" --set "prefix=%MONETDB%" --set "exec_prefix=%MONETDB%" -lxquery -fxml %* > "%XMLFILE%" && "%XMLFILE%" rem add a short sleep to make sure that there was time to open the rem file before we delete it _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
