Re: SELECT MAX makes MYSQL Crush

2002-01-08 Thread mle
Rezal wrote: > hello, > i got a really long text to put in mysql > n when i use longtext field, it isnt enuff > > Can u help me pls ?? > > thx in advance > feroze Sheesh! Over 4 GB in a single row? That doesn't make much sense. Why not store the text in a file on the filesystem instead? And jus

Re: SELECT MAX makes MYSQL Crush (??)

2002-01-08 Thread Carl Troein
Rezal writes: > hello, > i got a really long text to put in mysql > n when i use longtext field, it isnt enuff > > Can u help me pls ?? > > thx in advance I'll do my best to decipher your message... you have something that's bigger than the maximum size of a LONGTEXT and you want to put in in

Re: SELECT MAX makes MYSQL Crush

2002-01-08 Thread Rezal
hello, i got a really long text to put in mysql n when i use longtext field, it isnt enuff Can u help me pls ?? thx in advance feroze - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://

Re: SELECT MAX makes MYSQL Crush

2001-11-02 Thread Heikki Tuuri
Cenk, if the table type is InnoDB, then this is a known bug and it was fixed to 3.23.44. The bug only happens if the table is empty and you do a SELECT MAX(col) where col is a part, but not the first part of a multi-column index. Please see the 3.23.44 release note posted today to this same maili