dba_admin_settings |
./dba.admin.inc |
Module configuration. |
|
1 |
dba_describe_table |
./dba.admin.inc |
DESCRIBE table.
FIXME: The tableselect is broken. |
1 |
|
dba_describe_tables |
./dba.admin.inc |
Describe selected tables. |
|
1 |
dba_drush_callback_sqlreport |
./dba.drush.inc |
|
|
1 |
dba_drush_command |
./dba.drush.inc |
Implementation of hook_drush_command(). |
|
|
dba_drush_help |
./dba.drush.inc |
Implementation of hook_drush_help(). |
|
|
dba_empty_tables |
./dba.admin.inc |
Truncate table(s). |
|
1 |
dba_empty_tables_submit |
./dba.admin.inc |
Perform export of one or more tables. |
|
|
dba_export_table |
./dba.admin.inc |
|
1 |
|
dba_export_tables |
./dba.admin.inc |
Perform an export. |
|
1 |
dba_export_tables_submit |
./dba.admin.inc |
Perform export of one or more tables. |
|
|
dba_get_fields |
./dba.admin.inc |
Attempt to get table fields in a db agnositc way. Simply request one
row of the table, and parse the output. This won't work if the table is
empty. |
1 |
|
dba_help |
./dba.module |
Implements hook_help(). |
|
|
dba_invoke_driver_specific |
./dba.module |
Helper function to invoke driver specific functionality. |
5 |
|
dba_list_database_keys |
./dba.admin.inc |
List all defined database keys. |
3 |
|
dba_menu |
./dba.module |
Implements hook_menu(). |
|
|
dba_mysql_describe_table |
database/mysql.inc |
Generate code for describing a table. |
|
|
dba_mysql_report_driver |
database/mysql.report.inc |
Return MySQL specific stuff.
Prepares MyISAM and InnoDB stats. |
|
|
dba_mysql_report_help_abort_client |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_abort_connect |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_buffer_used |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_com |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_connections |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_full_join |
database/mysql.report.inc |
Provide tuning advice for high percentage of full joins. |
1 |
|
dba_mysql_report_help_innodb_buffer |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_innodb_flush |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_innodb_read_hit |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_lock_wait |
database/mysql.report.inc |
|
|
|
dba_mysql_report_help_merge_passes |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_qc_fragmented |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_qc_hits |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_qc_usage |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_read_hit |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_scan |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_slow |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_tables |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_table_cache |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_thread_cache |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_tmp_disk_table |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_help_write_hit |
database/mysql.report.inc |
|
1 |
|
dba_mysql_report_name |
database/mysql.report.inc |
Return the pretty name for this database type. |
|
|
dba_mysql_report_output |
database/mysql.report.inc |
Build mysqlreport output. |
|
|
dba_mysql_report_status |
database/mysql.report.inc |
Get MySQL status message, method changes depending on version of MySQL
being used. |
|
|
dba_mysql_report_uptime |
database/mysql.report.inc |
Return current MySQL uptime from status string. |
|
|
dba_mysql_report_variables |
database/mysql.report.inc |
Return current MySQL variables. |
|
|
dba_mysql_report_version |
database/mysql.report.inc |
Return current MySQL version. |
|
|
dba_mysql_show_create_table |
database/mysql.inc |
Generate code for creating table. |
|
|
dba_mysql_statpack_activity |
database/mysql.statpack.inc |
|
1 |
|
dba_mysql_statpack_format |
database/mysql.statpack.inc |
|
2 |
|
dba_mysql_statpack_output |
database/mysql.statpack.inc |
|
|
|