[Tickets #12234] Re: Horde_cache DB schema

noreply at bugs.horde.org noreply at bugs.horde.org
Tue May 7 08:04:35 UTC 2013


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/12234
------------------------------------------------------------------------------
  Ticket           | 12234
  Aktualisiert Von | klaus at tachtler.net
  Zusammenfassung  | Horde_cache DB schema
  Warteschlange    | Horde Framework Packages
  Version          | Git master
  Typ              | Bug
  Status           | Not A Bug
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


klaus at tachtler.net (2013-05-07 08:04) hat geschrieben:

Hi Jan,

>> Well, my fault is that for this to work it requires a newer version
>> of Horde_Db that I didn't manage to release yet (will do so later
>> today).

following packages were updated today:

Channel        Package              Local          Remote         Size
pear.horde.org Horde_Crypt          2.1.3 (stable) 2.2.0 (stable) 142kB
pear.horde.org Horde_Date           2.0.4 (stable) 2.0.5 (stable) 58kB
pear.horde.org Horde_Db             2.0.2 (stable) 2.0.3 (stable) 105kB
pear.horde.org Horde_Icalendar      2.0.4 (stable) 2.0.5 (stable) 98kB
pear.horde.org Horde_Lock           2.0.2 (stable) 2.1.0 (stable) 17.0kB
pear.horde.org Horde_Prefs          2.3.2 (stable) 2.4.0 (stable) 52kB
pear.horde.org Horde_Rpc            2.0.3 (stable) 2.0.4 (stable) 39kB
pear.horde.org Horde_SessionHandler 2.0.2 (stable) 2.1.0 (stable) 23kB
pear.horde.org Horde_Test           2.2.1 (stable) 2.2.2 (stable) 21kB
pear.horde.org Horde_Text_Filter    2.1.0 (stable) 2.1.1 (stable) 52kB
pear.horde.org Horde_Timezone       1.0.2 (stable) 1.0.3 (stable) 19.7kB
pear.horde.org Horde_Token          2.0.3 (stable) 2.0.4 (stable) 30kB
pear.horde.org Horde_Util           2.2.1 (stable) 2.2.2 (stable) 33kB
pear.horde.org Horde_Vfs            2.0.4 (stable) 2.1.0 (stable) 72kB

BUT, the horde_cache Table look always like this:

CREATE TABLE IF NOT EXISTS `horde_cache` (
    `cache_id` varchar(32) NOT NULL,
    `cache_timestamp` bigint(20) NOT NULL,
    `cache_expiration` bigint(20) NOT NULL,
    `cache_data` blob,
    PRIMARY KEY (`cache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

After doing horde-db-migrate horce_cache 2, nothing changes?

# horde-db-migrate horde_cache 2
[  INFO  ] Migrating DB to schema version 2.
[  INFO  ] Current horde_cache schema version: 2
[  INFO  ] Ending horde_cache schema version: 2

Thank you,
Klaus.





More information about the bugs mailing list