commit | ed021858d03ef6399eb0fc28e69216a2640aa9b4 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri May 15 21:38:11 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri May 15 21:38:11 2009 -0700 |
tree | 6c195aa501ca5e5a2d5355124a05df83f9e2b0a0 | |
parent | 1e05ed77b80b86d798cdee570b8dd0a7a55b4b80 [diff] |
Detect cases where system_config has too many rows Sometimes when setting up a new server a user can find a way to insert multiple rows into the system_config table. Instead of honoring one of them seemingly at ranodm (and ignoring the other rows that may have critical data in them) we now abort at startup with a description of the problem. Signed-off-by: Shawn O. Pearce <sop@google.com>