aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-03-18 11:16:06 +0000
committermkanat%kerio.com <>2005-03-18 11:16:06 +0000
commitac74f8dee788ffaca208f8642d79287f2a062f14 (patch)
treebd512705d57edd8ac265af76e0d2dd0d035f3ccf
parent6eb9bfa46dad95c544e35e8733a1caa471d0e0a6 (diff)
downloadbugs-ac74f8dee788ffaca208f8642d79287f2a062f14.tar
bugs-ac74f8dee788ffaca208f8642d79287f2a062f14.tar.gz
bugs-ac74f8dee788ffaca208f8642d79287f2a062f14.tar.bz2
bugs-ac74f8dee788ffaca208f8642d79287f2a062f14.tar.xz
bugs-ac74f8dee788ffaca208f8642d79287f2a062f14.zip
Small nit fixes for Bug 285113.
-rw-r--r--Bugzilla/DB.pm4
-rw-r--r--Bugzilla/DB/Schema.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 8c097739e..1e79238ed 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -614,8 +614,8 @@ sub _bz_init_schema_storage {
# correct migration code at all.
die "Attempted to initialize the schema but there are already "
. " $table_size copies of it stored.\nThis should never happen.\n"
- . " Compare the two rows of the bz_schema table and delete the "
- . "newer one.";
+ . " Compare the rows of the bz_schema table and delete the "
+ . "newer one(s).";
}
}
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 4c3e21e11..b05f35d77 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -1353,6 +1353,8 @@ sub _get_create_index_ddl {
=head1 SERIALIZATION/DESERIALIZATION
+=over 4
+
=item C<serialize_abstract()>
Description: Serializes the "abstract" schema into a format