Re: [BUG] SHOW INDEX bug for fulltext indexes in MySQl 4.0.17
Hi! On Jan 23, Dave Rolsky wrote: > Here's a recipe: > > create table foo (foo text, bar text); > > create fulltext index foo on foo (foo, bar); > > mysql> show index from foo; > > +---++--+--+-+---+-+--++-
[BUG] SHOW INDEX bug for fulltext indexes in MySQl 4.0.17
Here's a recipe: create table foo (foo text, bar text); create fulltext index foo on foo (foo, bar); mysql> show index from foo; +---++--+--+-+---+-+--++--++-+ | Table | Non_unique |