ovsdb: Implement table uniqueness constraints ("indexes").
authorBen Pfaff <blp@nicira.com>
Mon, 6 Jun 2011 16:09:10 +0000 (09:09 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jun 2011 16:09:10 +0000 (09:09 -0700)
commit6910a6e6f25f7fe7adfd93c8405671e72d4d156b
tree71fa30e91f096cd368992abbb157a5ee5f65eddc
parent25d4983554f6cf8ce5e169f7c5bb5a08c981d27e
ovsdb: Implement table uniqueness constraints ("indexes").
12 files changed:
ovsdb/SPECS
ovsdb/ovsdb-doc.in
ovsdb/row.c
ovsdb/row.h
ovsdb/table.c
ovsdb/table.h
ovsdb/transaction.c
python/ovs/db/schema.py
tests/ovsdb-execution.at
tests/ovsdb-server.at
tests/ovsdb-table.at
tests/ovsdb-tool.at