diff --git a/pandora_console/AUTHORS b/pandora_console/AUTHORS index c60eebd006..292d0a4ff7 100644 --- a/pandora_console/AUTHORS +++ b/pandora_console/AUTHORS @@ -1,2 +1,3 @@ Sancho Lerena -Raul Mateos \ No newline at end of file +Jorge Gonzalez +Raul Mateos diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 62062333c9..243e35c00f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2008-04-09 Sancho Lerena + + * AUTHORS: Updated. + + * pandoradb.sql: Added new index proposed for tagente_datos. + + * upgrade.php: Disabled until was functional. + 2006-04-07 Jorge Gonzalez * godmode/agentes/agent_template.php, diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index cb249c7dda..9cc2383e41 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -76,7 +76,8 @@ CREATE TABLE `tagente_datos` ( `id_agente` mediumint(8) unsigned NOT NULL default '0', `utimestamp` int(10) unsigned default '0', PRIMARY KEY (`id_agente_datos`), - KEY `data_index2` (`id_agente`,`id_agente_modulo`) + KEY `data_index2` (`id_agente`,`id_agente_modulo`), + KEY `data_index1` (`id_agente_modulo`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE `tagent_data_image` ( diff --git a/pandora_console/upgrade.php b/pandora_console/upgrade.php index 376566cc14..7d720dc6ef 100644 --- a/pandora_console/upgrade.php +++ b/pandora_console/upgrade.php @@ -37,6 +37,9 @@ INSTALLER IS NOT WORKING YET. PLEASE DO NOT USE"; +exit; + error_reporting(0); function check_extension ( $ext, $label ){