sandhyasun commented on a change in pull request #1845: [TRAFODION-3263] and 
other misc fixes for lob locking and refactoring 
URL: https://github.com/apache/trafodion/pull/1845#discussion_r300082636
 
 

 ##########
 File path: core/sql/cli/SQLCLIdev.h
 ##########
 @@ -37,7 +37,20 @@
 *
 *
 ******************************************************************************
-*/
+ }
+   catch(...)
+   {
+     retcode = -CLI_INTERNAL_ERROR;
+#if defined(_THROW_EXCEPTIONS)
+     if (cliWillThrow())
+       {
+         throw;
+       }
+#endif
+   }
+
+   RecordError(NULL, retcode);
+   return retcode;*/
 
 Review comment:
   Good catch. It's this way int he source branch too where the merge was done 
from. Removing in both. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to