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
85ec1e45
Commit
85ec1e45
authored
Sep 14, 2012
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update POD to fix bustage in Perl 5.16.1
r=runtests.pl
parent
1b68fc54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Mysql.pm
Bugzilla/DB/Mysql.pm
+2
-0
Schema.pm
Bugzilla/DB/Schema.pm
+5
-0
No files found.
Bugzilla/DB/Mysql.pm
View file @
85ec1e45
...
...
@@ -921,7 +921,9 @@ sub _bz_raw_column_info {
$index = name of an index
Returns: An abstract index definition, always in hashref format.
If the index does not exist, the function returns undef.
=cut
sub
bz_index_info_real
{
my
(
$self
,
$table
,
$index
)
=
@_
;
...
...
Bugzilla/DB/Schema.pm
View file @
85ec1e45
...
...
@@ -1866,6 +1866,7 @@ C<ALTER TABLE> SQL statement
sub
get_fk_ddl
{
=item C<_get_fk_ddl>
=over
...
...
@@ -1879,7 +1880,9 @@ Protected method. Translates the C<REFERENCES> item of a column into SQL.
=over
=item C<$table> - The name of the table the reference is from.
=item C<$column> - The name of the column the reference is from
=item C<$references> - The C<REFERENCES> hashref from a column.
=back
...
...
@@ -1980,6 +1983,7 @@ Converts a TYPE from the L</ABSTRACT_SCHEMA> format into the real SQL type.
}
sub
get_column
{
=item C<get_column($table, $column)>
Description: Public method to get the abstract definition of a column.
...
...
@@ -2845,6 +2849,7 @@ sub serialize_abstract {
in the same fashion as) the current version of Schema.
However, it will represent the serialized data instead of
ABSTRACT_SCHEMA.
=cut
sub
deserialize_abstract
{
...
...
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