From f070bbfa40eb0794e1d05a19609a9c6b02706dfd Mon Sep 17 00:00:00 2001 From: Aldrioth Date: Mon, 10 Oct 2011 17:02:22 +0000 Subject: [PATCH] 2011-10-10 Tomas Palacios * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Updated to provide additional compatibility with older versions of MySQL. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5058 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index edda537a40..134fbcb50c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-10-10 Tomas Palacios + + * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Updated to provide + additional compatibility with older versions of MySQL. + 2011-10-10 Sergio Martin * extensions/snmp_explorer.php: Updated missed fix in snmp explorer diff --git a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql index e51e0ad8fd..4bd00b4535 100644 --- a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql +++ b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql @@ -182,7 +182,7 @@ ALTER TABLE `tagente_modulo` ADD COLUMN (`str_critical` text DEFAULT ''); ALTER TABLE `tagente_modulo` ADD COLUMN (`extended_info` text DEFAULT ''); ALTER TABLE `tagente_modulo` ADD INDEX module (`id_modulo`); ALTER TABLE `tagente_modulo` ADD INDEX nombre (`nombre` (255)); -CREATE INDEX `module_group` on tagente_modulo (`id_module_group`) using btree; +CREATE INDEX `module_group` using btree on tagente_modulo (`id_module_group`); -- ----------------------------------------------------- -- Table `tevento`