Jeremy Zawodny writes:
> On Thu, Jul 05, 2001 at 09:52:43AM +0200, Matthias Urlichs wrote:
> > Hi,
> > 
> > did anybody ever try to run the standard test suite with another
> > table handler?
> 
> I thought the MySQL team did that...
> 

You will find some on InnoDB site. 

> > We think about switching to InnoDB, but we see problems..:
> > 
> > - The maximum blob/text length. We use MySQL for our support emails. 
> > (Restructuring the database to use a mix of InnoDB and myISAM would 
> > work, but not in the short term.) The docs say this should be fixed 
> > by now, but is it??
> 
> I recall seeing a message recently which said that extended blob/text
> lengths were being tested.
> 

Current InnoDB limit is 8 Kb. But in 3.23.40 it will be limited by
current max_allowed_packet only. 

> > - No fulltext index on non-MyISAM tables. (Why not? You could keep 
> > the fulltext index in a separate file.)
> 
> No idea. :-)
> 

Because of special index structure. 

> > - The worst, though, is that the standard test suite fails when using 
> > InnoDB as the default handler. IMHO it shouldn't -- all tests which 
> > are not table-specific should work with all tables, and those that 
> > are should explicitly specify the table type they need.
> 
> Where does it fail? I'm sure that if you post a failure report for
> something that is documented to work, it'll get fixed.
> 

It should not fail . If it does, send detailed info on this list and
Heikki will respond

> Jeremy
> -- 
> Jeremy D. Zawodny, <[EMAIL PROTECTED]>

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
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