diff --git a/mozilla/webtools/bugzilla/Bugzilla/DB.pm b/mozilla/webtools/bugzilla/Bugzilla/DB.pm index 8c097739e2c..1e79238edf1 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/DB.pm +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm b/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm index 4c3e21e119e..b05f35d77c2 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm +++ b/mozilla/webtools/bugzilla/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