Small nit fixes for Bug 285113.
git-svn-id: svn://10.0.0.236/trunk@170868 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user