Changeset: 252316f3aecf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=252316f3aecf
Modified Files:
testing/Mtest.py.in
Branch: Aug2011
Log Message:
Mtest: remove legacy: SQL_TRACE is never used.
diffs (25 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3240,10 +3240,6 @@ def main(argv) :
env['BINDIR'] = _configure('@bindir@')
vars_ = vars_ + ['PERLLIB', 'PHP_INCPATH', 'BINDIR']
- # find mil script for MIL and SQL server
- if THISFILE == "Mtest.py":
- env['SQL_TRACE'] = ""
-
# export and display env
STDERR.flush()
if THISFILE == "Mtest.py":
@@ -3327,8 +3323,8 @@ def main(argv) :
exe['Mdiff'] = CheckExec('Mdiff') , 'Mdiff'
exe['python'] = CheckExec(sys.executable) , sys.executable
exe['MAL_Client'] = CheckExec(env['MALCLIENT'].split(None, 1)[0])
, '%s -i -e --host=%s --port=%s' % (env['MALCLIENT'], HOST, env['MAPIPORT'])
- exe['SQL_Client'] = CheckExec(env['SQLCLIENT'].split(None, 1)[0])
, '%s -i -e --host=%s --port=%s %s' % (env['SQLCLIENT'], HOST, env['MAPIPORT'],
env['SQL_TRACE'])
- exe['SQL_Dump'] = CheckExec(env['SQLDUMP'].split(None, 1)[0])
, '%s --host=%s --port=%s %s' % (env['SQLDUMP'], HOST, env['MAPIPORT'],
env['SQL_TRACE'])
+ exe['SQL_Client'] = CheckExec(env['SQLCLIENT'].split(None, 1)[0])
, '%s -i -e --host=%s --port=%s' % (env['SQLCLIENT'], HOST, env['MAPIPORT'])
+ exe['SQL_Dump'] = CheckExec(env['SQLDUMP'].split(None, 1)[0])
, '%s --host=%s --port=%s' % (env['SQLDUMP'], HOST, env['MAPIPORT'])
if par['TIMEOUT'] == 0 or not exe['Mtimeout'][0]:
exe['Mtimeout'] = '', ''
env['exe'] = exe
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list