From b12b0858fb98786cdce1950817926d0bd9f47a13 Mon Sep 17 00:00:00 2001 From: robocop Date: Thu, 28 Jan 2010 08:04:21 +0000 Subject: [PATCH] Backport CORE-2831: isql shouldn't display db and user name when extracting a script. --- src/isql/isql.epp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/isql/isql.epp b/src/isql/isql.epp index 40602ae6bf..33aac045b7 100644 --- a/src/isql/isql.epp +++ b/src/isql/isql.epp @@ -607,6 +607,8 @@ int ISQL_main(int argc, char* argv[]) case EXTRACTALL: if (*isqlGlob.global_Db_name) { + Interactive = false; // "extract" option only can be called from command-line + // Let's use user and password if provided. // This should solve bug #112263 FSG 28.Jan.2001 if (newdb(isqlGlob.global_Db_name, isqlGlob.User, Password, global_numbufs,