You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2018/01/22 15:46:06 UTC

[2/3] trafodion git commit: remove debug code

remove debug code


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/44a05e07
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/44a05e07
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/44a05e07

Branch: refs/heads/master
Commit: 44a05e0793f27ec1b76e515c8441bd3605bbb090
Parents: dd231aa
Author: SuJinpei <87...@qq.com>
Authored: Thu Jan 18 19:59:50 2018 +0800
Committer: SuJinpei <87...@qq.com>
Committed: Thu Jan 18 19:59:50 2018 +0800

----------------------------------------------------------------------
 core/conn/odb/src/odb.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/44a05e07/core/conn/odb/src/odb.c
----------------------------------------------------------------------
diff --git a/core/conn/odb/src/odb.c b/core/conn/odb/src/odb.c
index a94ca28..48de0f3 100755
--- a/core/conn/odb/src/odb.c
+++ b/core/conn/odb/src/odb.c
@@ -2314,7 +2314,6 @@ int main(int ac, char *av[])
             (void)signal(SIGINT, sigcatch);                     /* Keyboard Ctrl-C */
             (void)signal(SIGTERM, sigcatch);                    /* Software termination (kill) */
             WaitForMultipleObjects(i, thhn, TRUE, INFINITE);    /* wait threads */
-            Sleep(1000 * 10);
             for ( i = 0 ; i < tn ; i++)                         /* close thread handles */
                 CloseHandle(thhn[i]);
 #else