2011-04-09 Manuel Arostegui <manuel@todo-linux.com>

* pandoradb.sql: Added index to tagente_modulo.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4180 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
marostegui 2011-04-09 18:09:52 +00:00
parent 2d31e211ac
commit 9416e1dc99
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-04-09 Manuel Arostegui <manuel@todo-linux.com>
* pandoradb.sql: Added index to tagente_modulo.
2011-04-08 Sergio Martin <sergio.martin@artica.es>
* include/graphs/functions_pchart.php

View File

@ -187,7 +187,8 @@ CREATE TABLE IF NOT EXISTS `tagente_modulo` (
KEY `main_idx` (`id_agente_modulo`,`id_agente`),
KEY `tam_agente` (`id_agente`),
KEY `id_tipo_modulo` (`id_tipo_modulo`),
KEY `disabled` (`disabled`)
KEY `disabled` (`disabled`),
KEY `module` (`id_modulo`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- snmp_oid is also used for WMI query