<<

Bugzilla::DB::Mysql

NAME

Bugzilla::DB::Mysql - Bugzilla database compatibility layer for MySQL

DESCRIPTION

This module overrides methods of the Bugzilla::DB module with MySQL specific implementation. It is instantiated by the Bugzilla::DB module and should never be used directly.

For interface details see Bugzilla::DB and DBI.

Methods in need of POD

sql_date_format
bz_explain
bz_last_key
sql_position
sql_fulltext_search
sql_iposition
bz_enum_initial_values
sql_group_by
sql_limit
sql_not_regexp
sql_string_concat
sql_date_math
sql_to_days
bz_check_server_version
sql_from_days
sql_regexp
sql_istring
sql_group_concat
bz_setup_database
bz_db_is_utf8

<<