Commit ac74f8de authored by mkanat%kerio.com's avatar mkanat%kerio.com

Small nit fixes for Bug 285113.

parent 6eb9bfa4
......@@ -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).";
}
}
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment