Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-5128

transaction support value not cloned on access node

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 10.0, 9.3.5
    • None
    • Query Engine
    • None

    Description

      The transaction support flag is not cloned, which leads non-transactional access to still start a transaction. For example with typical web services lateral join when preformed in a procedure:

      begin
      select ... from (invokeHttp...) as x, texttable(...);
      end

      Since the procedure plan is cloned for invocation, the transaction support flag won't be set.

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: