aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-04-17 18:44:40 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-04-17 18:44:40 +0200
commitbab49d49bdbca2989be5069350cebe249a68299e (patch)
tree2c6304c40961c658853b85e72fb88fb08d57b97b
parentBug 996169: Release notes for Bugzilla 4.0.12 (diff)
downloadbugzilla-bab49d49bdbca2989be5069350cebe249a68299e.tar.gz
bugzilla-bab49d49bdbca2989be5069350cebe249a68299e.tar.bz2
bugzilla-bab49d49bdbca2989be5069350cebe249a68299e.zip
Fix POD to make tests happy
-rw-r--r--Bugzilla/DB/Mysql.pm2
-rw-r--r--Bugzilla/DB/Schema.pm4
2 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm
index 1e48a86fa..5cc14a687 100644
--- a/Bugzilla/DB/Mysql.pm
+++ b/Bugzilla/DB/Mysql.pm
@@ -997,7 +997,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) = @_;
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 7a27d99f4..6b7b8926e 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -1784,7 +1784,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
@@ -1878,6 +1880,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.
@@ -2707,6 +2710,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 {