ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this database...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 20 Jul 2011 03:15:48 +0000 (13:15 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 23 Aug 2011 00:24:26 +0000 (10:24 +1000)
commit502f86f79944df4bac9094f716e54110c511dc24
tree32d8937410d71a315ccfff155a35d946e6cb4125
parent9985a97e11688f3f688bb84e1180fd57c42077f4
ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this database supports readonly operations or not. Add a private lock-less tdb file to the ctdb_db_context to use for tracking delegarions for records

Assume all databases will support readonly mode for now and se thte flag for all databases. At later stage we will add support to control on a per database level whether delegations will be supported or not.
include/ctdb_private.h
server/ctdb_ltdb_server.c