client: Treat empty __db_sequence_number__ record as 0
authorAmitay Isaacs <amitay@gmail.com>
Wed, 13 Nov 2013 06:45:25 +0000 (17:45 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 14 Nov 2013 05:15:17 +0000 (16:15 +1100)
commit8b61c049dbf21983ccfa7573429a48946ee0630d
treec3e82068c29be79046c3041f689001550872e1e2
parent4a0ec35758098269012b108c37783f582397e197
client: Treat empty __db_sequence_number__ record as 0

This fixes the issue of transaction commit failing due to an empty
__db_sequence_number__ record in persistent database left by previous
cancelled transaction.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
client/ctdb_client.c