Allow to configure tracking table (bug #2966752).
This commit is contained in:
@@ -62,6 +62,7 @@ $forms['Server_pmadb'] = array('Servers' => array(1 => array(
|
||||
'pdf_pages' => 'pma_pdf_pages',
|
||||
'column_info' => 'pma_column_info',
|
||||
'history' => 'pma_history',
|
||||
'tracking' => 'pma_tracking',
|
||||
'designer_coords' => 'pma_designer_coords')));
|
||||
$forms['Import_export'] = array(
|
||||
'UploadDir',
|
||||
|
@@ -274,6 +274,8 @@ $strSetupServers_hide_db_desc = __('Hide databases matching regular expression (
|
||||
$strSetupServers_hide_db_name = __('Hide databases');
|
||||
$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
|
||||
$strSetupServers_history_name = __('SQL query history table');
|
||||
$strSetupServers_tracking_desc = __('Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/kbd]');
|
||||
$strSetupServers_tracking_name = __('SQL query tracking table');
|
||||
$strSetupServers_host_desc = __('Hostname where MySQL server is running');
|
||||
$strSetupServers_host_name = __('Server hostname');
|
||||
$strSetupServers_LogoutURL_name = __('Logout URL');
|
||||
|
Reference in New Issue
Block a user