From: mkanat%kerio.com <> Date: Fri, 18 Mar 2005 11:16:06 +0000 (+0000) Subject: Small nit fixes for Bug 285113. X-Git-Tag: bugzilla-2.19.3~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac74f8dee788ffaca208f8642d79287f2a062f14;p=thirdparty%2Fbugzilla.git Small nit fixes for Bug 285113. --- diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 8c097739e2..1e79238edf 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 4c3e21e119..b05f35d77c 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 Description: Serializes the "abstract" schema into a format