Parent Directory
|
Revision Log
|
Revision Graph
aggregator2_autotaxonomy: New mysql file which adds index on table term_data on column name. This should speedup searches by category name.
| 1 | ALTER TABLE `term_data` ADD INDEX ( `name` ); |
| 2 | ANALYZE TABLE `term_data`; |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |