Update git submodules

* Update ovsdbapp from branch 'master'
  - Allow read-only Commands to bypass txns in execute()
    
    This patch continues https://review.opendev.org/#/c/633070/.
    
    Since the ovs_idl backend maintains an in-memory copy of the DB,
    read-only commands can be executed w/o creating a transaction.
    Since it is possible for a function that calls execute() to be
    automatically nested into an existing transaction, execute()
    wasn't able to access the result since it only happens once the
    parent transaction completed. Handling these read-only commands
    w/o creating a transaction allows the results to be read and
    avoids wasting resources by creating needless transactions.
    
    ReadOnlyCommands can still be used in with transaction(): blocks
    with no changes.
    
    Change-Id: Ic3f7cd5733b7a28acc74345e7faa182ebd3a69b0
    Closes-Bug: #1873305
This commit is contained in:
Rodolfo Alonso Hernandez 2020-04-16 15:55:25 +00:00 committed by Gerrit Code Review
parent 1d47c97c6b
commit 5348eaa8db
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 359863155811ee82fae1cf9f07d0375d3b61c519
Subproject commit aadf1624ef9f8c8b92601ccb973775f508f7f11c