[Tickets #5446] Re: Problem in create.mysql.sql

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Jun 7 17:37:16 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=5446
-----------------------------------------------------------------------
 Ticket             | 5446
 Updated By         | helmut at 4Schiefer.de
 Summary            | Problem in create.mysql.sql
 Queue              | Horde Groupware Webmail Edition
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


helmut at 4Schiefer.de (2007-06-07 10:37) wrote:

It's an interesting problem.
I try the following:
mysql> create table a (
    ->     session_id             VARCHAR(32) NOT NULL,
    ->     session_lastmodified   INT NOT NULL,
    ->     session_data           LONGBLOB,
    -> 
    ->     PRIMARY KEY (session_id)
    -> ) ENGINE = InnoDB;
Query OK, 0 rows affected (0.01 sec)

mysql> rename table a to  horde_sessionhandler;
ERROR 1025 (HY000): Error on rename of './horde/a' to
'./horde/horde_sessionhandler' (errno: 121)
mysql> 




More information about the bugs mailing list