Github user CoderSong2015 commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1487#discussion_r176968469
  
    --- Diff: core/conn/odbc/src/odbc/Common/Global.h ---
    @@ -935,7 +941,10 @@ typedef struct _SRVR_GLOBAL_Def
                bzero(m_ProcName,sizeof(m_ProcName));
                m_bNewConnection = false;
                m_bNewService = false;
    -
    +        bzero(clientKeepaliveStatus, sizeof(clientKeepaliveStatus));
    --- End diff --
    
    That because old code uses tab which equals 8 blanks but i use 4 blanks 
directly(so the code aligned on my vim since I set one tab equals 4 
blanks.) I will modify it to keep the indentation consistent, on github.


---

Reply via email to