[Tickets #10906] Updating preferences are not committed on InnoDB tables

bugs at horde.org bugs at horde.org
Fri Jan 6 10:10:27 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10906
------------------------------------------------------------------------------
  Ticket             | 10906
  Created By         | claude.tompers at restena.lu
  Summary            | Updating preferences are not committed on InnoDB tables
  Queue              | Horde Base
  Version            | 4.0.13
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


claude.tompers at restena.lu (2012-01-06 10:10) wrote:

When updating the prefs (changing the language for example), a lot
of session handling queries happen as well as the actual UPDATE
horde_prefs query.

All these queries seem to be handled by the same Horde_Db_Adapter_Mysqli
instance. Immediately after the UPDATE query, the Adapter is closed
without committing to the database, therefore the changes are not applied.

The session handler needs a separate DB connection.





More information about the bugs mailing list