Commit fc7de2ee authored by Danny Auble's avatar Danny Auble
Browse files

Make it so a backup DBD doesn't attempt to create database tables and

relies on the primary to do so.

There is a potential race condition if the backup DBD tries to create/check the
database at the same time as the primary.  This patch removes this race by not
allowing the backup to do the check/create.

Bug 3827
parent b513841b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment