Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
ac74f8de
Commit
ac74f8de
authored
Mar 18, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small nit fixes for Bug 285113.
parent
6eb9bfa4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
DB.pm
Bugzilla/DB.pm
+2
-2
Schema.pm
Bugzilla/DB/Schema.pm
+2
-0
No files found.
Bugzilla/DB.pm
View file @
ac74f8de
...
...
@@ -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)
."
;
}
}
...
...
Bugzilla/DB/Schema.pm
View file @
ac74f8de
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment