BIND 10 trac963, updated. 181d405a1e606d4581d84b7fb110875c6561387a [963] Minor whitespace fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 20 11:25:39 UTC 2012
The branch, trac963 has been updated
via 181d405a1e606d4581d84b7fb110875c6561387a (commit)
from 538350b7db14e063f716b040a5b0f0ca2aa35278 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 181d405a1e606d4581d84b7fb110875c6561387a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Mar 20 12:25:17 2012 +0100
[963] Minor whitespace fixes
-----------------------------------------------------------------------
Summary of changes:
src/bin/dbutil/dbutil.py.in | 4 ++--
src/bin/dbutil/tests/dbutil_test.sh.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dbutil/dbutil.py.in b/src/bin/dbutil/dbutil.py.in
index dc71b6b..85d043d 100755
--- a/src/bin/dbutil/dbutil.py.in
+++ b/src/bin/dbutil/dbutil.py.in
@@ -78,7 +78,7 @@ upgrades = [
# Move to the latest "V1" state of the database if not there
# already.
"CREATE TABLE IF NOT EXISTS diffs (" +
- "id INTEGER PRIMARY KEY, " +
+ "id INTEGER PRIMARY KEY, " +
"zone_id INTEGER NOT NULL," +
"version INTEGER NOT NULL, " +
"operation INTEGER NOT NULL, " +
@@ -419,7 +419,7 @@ def get_version(db):
def match_version(db, expected):
"""
@brief Check database version against that expected
-
+
Checks whether the version of the database matches that expected for
the upgrade. Both the major and minor versions must match.
diff --git a/src/bin/dbutil/tests/dbutil_test.sh.in b/src/bin/dbutil/tests/dbutil_test.sh.in
index 2b35c9f..ce469be 100755
--- a/src/bin/dbutil/tests/dbutil_test.sh.in
+++ b/src/bin/dbutil/tests/dbutil_test.sh.in
@@ -287,12 +287,12 @@ rm -f $tempfile $backupfile
echo "3.1. Database is not an SQLite file - check"
echo "This is not an sqlite3 database" > $tempfile
-../run_dbutil.sh --check $tempfile
+../run_dbutil.sh --check $tempfile
failzero $?
check_no_backup $tempfile $backupfile
echo "3.2. Database is not an SQLite file - upgrade"
-../run_dbutil.sh --upgrade --noconfirm $tempfile
+../run_dbutil.sh --upgrade --noconfirm $tempfile
failzero $?
# ...and as before, a backup should have been created
check_backup $tempfile $backupfile
More information about the bind10-changes
mailing list