Hi!

On Mar 13, Thomas Spahni wrote:
> On Tue, 12 Mar 2002, shaj  wrote:
> 
> > Can any one tell me what is the text limitation for mySQL??
> 
> TEXT datatype is limited to a maximum length of 65535 (2^16 - 1) 
> characters.
> 
> LONGTEXT allows up to 4'294'967'295 (2^32 - 1) characters, which is enuf
> for most applications. The real limitation is that fulltext indexing only
> works for VARCHAR and TEXT.
> 
> Thomas

What do you mean ?
It works for all *TEXT types, from TINYTEXT and up to LONGTEXT.
And for VARCHAR, yes.

Regards,
Sergei

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to