This hotfix addresses an search index updating issue when using MySQL 5.0.13 or later.
When using this version of MySQL the nodes were not properly updated, this was due to a change in how certain SQL functions behaved.
4.7.4.0
Node search index issue with MySQL >=5.0.13
Hotfix!
- 3137 reads
Comment thread updating
Hotfix!
Comment threads used the be updated every time the node was updated. Even if the thread wasn't created by the comment module resulting in loss of data. This hotfix will only update threads that were auto generated.
- 1 comment
- 2909 reads
Mixed database character set corruption
Hotfix!
Drupal uses utf8 as character set, vBulletin uses latin1 by default. From MySQL 4.1 and up the database connection is initialized to user a given characterset. This can cause potential problems when data is saved from within the Drupal space to vBulletin tables.
This hotfix changes the character set to utf8 before executing a Drupal database query and resets it afterwards.
- 2322 reads