From 7187e5374a2ea985471325ae9b478d542e4e047f Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" Date: Fri, 18 Mar 2005 03:16:06 +0000 Subject: [PATCH] Small nit fixes for Bug 285113. git-svn-id: svn://10.0.0.236/trunk@170868 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/DB.pm | 4 ++-- mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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