DaveBirdsall 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_r300063663
 
 

 ##########
 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:
   Why is this code fragment up in the comment header at the beginning of the 
file? Perhaps this is a merge problem and the code is in the wrong place?

----------------------------------------------------------------
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