GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/incubator-trafodion/pull/214
[TRAFODION 1678] Fix DTM error 97 on DROP SCHEMA
This fixes the two bugs mentioned in JIRA TRAFODION-1678. The change to
sqlcomp/CmpDescribe.cpp fixes the first bug, that is, some returns from
CmpDescribe were failing to restore the SQL parser flags global before exiting.
The change to arkcmp/CmpContext.txt fixes the second bug, which is the code was
using the wrong API to set the SQL parser flags.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/incubator-trafodion
TrafciStatsIssue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/214.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #214
----
commit 6fa33e4ba2b0cf6c80a099b04888bba0f897e440
Author: Dave Birdsall <[email protected]>
Date: 2015-12-07T19:23:16Z
[TRAFODION 1678] Fix DTM error 97 on DROP SCHEMA
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---