[ovs-git] Open vSwitch: python.ovs.db.idl: Fix Row.delete() of a row already committed to the db. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Apr 8 17:45:18 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  8d3efc1c0ef61d395573b173fea9e5e5f4e30bc3 (commit)
      from  ed87900d26173df84a3814f993d1b6a31aa472a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8d3efc1c0ef61d395573b173fea9e5e5f4e30bc3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8d3efc1c0ef61d395573b173fea9e5e5f4e30bc3
Author: Ben Pfaff <blp at nicira.com>
		
python.ovs.db.idl: Fix Row.delete() of a row already committed to the db.
		
Row.delete() handled the case of deleting a row that was added within the
current transaction, but not yet committed, but it did not correctly handle
the case of deleting a row that belonged to the database before the
transaction started.  This fixes the problem.

Reported-by: Yeming Zhao <zhaoyeming at gmail.com>
Tested-by: Yeming Zhao <zhaoyeming at gmail.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 AUTHORS              |    1 +
 python/ovs/db/idl.py |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list