Dont return error if trying to set db priority on a db that does not yet exist.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 24 Feb 2011 23:06:08 +0000 (10:06 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 24 Feb 2011 23:25:01 +0000 (10:25 +1100)
commit05c934b10ad2690be9d75c9033a0b849bf16455d
treeafe2240791505dafac139961ded339f7d6173de0
parent81663b81687c0ba681500cca6aa8174bb9587ad2
Dont return error if trying to set db priority on a db that does not yet exist.
Just treat as a nop.

When the database is created later it will get its priority set properly.
server/ctdb_ltdb_server.c