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

    https://github.com/apache/trafodion/pull/1562#discussion_r187752369
  
    --- Diff: core/sqf/src/tm/tmlib.cpp ---
    @@ -2470,7 +2482,7 @@ int16 TMWAIT()
     
         TMlibTrace(("TMLIB_TRACE : TMWAIT ENTRY\n"), 2);
     
    -    if (!gv_tmlib.is_initialized())
    +    if (!gv_tmlib_initialized)
    --- End diff --
    
    There are same codes so many place, Why not add a method to do the same 
thing?


---

Reply via email to