[bugs] [Bug 1010] Changed - large imp filters break maintenance (and hence login)

bugs@bugs.horde.org bugs@bugs.horde.org
Tue, 6 Aug 2002 20:47:52 -0300


http://bugs.horde.org/show_bug.cgi?id=1010

*** shadow/1010	Tue Aug  6 19:33:52 2002
--- shadow/1010.tmp.6888	Tue Aug  6 20:47:51 2002
***************
*** 574,576 ****
--- 574,584 ----
  It might be because your preference value has become too large... At least 
  under MySQL, the maximum size a 'TEXT' field can be is 2 ** 16 (64 KB).  This 
  preference is extremely close to that size.  What DB system are you using?
+ 
+ ------- Additional Comments From dunham@ic.ucsb.edu  08/06/02 20:47 -------
+ it's mysql - and field size was my first inclination. but the filters that are
+ breaking seem to be intact when queried. as in, when you query the pref mysql
+ seems to return it in it's entirety rather than broken. which means that it
+ ought to be intact when horde deals with it.
+ 
+ any thoughts as to how i might do further diagnosis?